Html Css Color HEX #8CCEC0 Bermuda

📋 copy color: '#8CCEC0'

red 140 ◦ green 206 ◦ blue 192

#8CCEC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #8CCEC0

Tints of Bermuda #8CCEC0

RGB

 RED value IS 140 (55.08% from 255) = 26.02%

 GREEN value IS 206 (80.86% from 255) = 38.29%

 BLUE value IS 192 (75.39% from 255) = 35.69%

R = 26.02%
G = 38.29%
B = 35.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8CCEC0 (or 0x8CCEC0) is known color: Bermuda. HEX triplet: 8C, CE and C0. RGB value is (140,206,192). Sum of RGB (Red+Green+Blue) = 140+206+192=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEC0 is #73313F. Grayscale: #B8B8B8. Windows color (decimal): -7549248 or 12635788. OLE color: 12635788.

HSL color Cylindrical-coordinate representation of color #8CCEC0: hue angle of 167.27º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCEC0 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 206 192 -
CMYK 0.32 0 0.07 0.19
HSL 167.27º 0.4% 0.68% -
HSV(B) 167.27º 0.32% 0.81% -
XYZ 42.4 53.52 57.97 -
YUV 184.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 140 206 192 0.32 0 0.07 0.19 167.27 0.4 0.68
Hex 8C CE C0 20 0 7 13 A7 28 44
Octal 214 316 300 40 0 7 23 247 50 104
Binary 10001100 11001110 11000000 100000 0 111 10011 10100111 101000 1000100

Color Harmonies of #8CCEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCEC0

Black with #8CCEC0

Text Example


Text Example

White with #8CCEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CCEC0; }

 p { color: rgb(140,206,192); }

 H1.HeaderClassName
 {
   color: #8CCEC0;
 }
 .AnyTagClassName
 {
   color: #8CCEC0;
 }
</style>

background-color css

<style>
 a { background-color: #8CCEC0; }

 a { background-color: rgb(140,206,192); }

 div.DivClassName
 {
   background-color: #8CCEC0;
 }
 .BgClassName
 {
   background-color: #8CCEC0;
 }
</style>

border-color css

<style>
 span { border-color: #8CCEC0; }

 span { border-color: rgb(140,206,192); }

 td.TdClassName
 {
   border-color: #8CCEC0;
 }
 .TagClassName
 {
   border-color: #8CCEC0;
 }
</style>