Html Css Color HEX #8CCEC4 Bermuda

📋 copy color: '#8CCEC4'

red 140 ◦ green 206 ◦ blue 196

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

Shades of Bermuda #8CCEC4

Tints of Bermuda #8CCEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.16%

R = 25.83%
G = 38.01%
B = 36.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#8CCEC4 (or 0x8CCEC4) is known color: Bermuda. HEX triplet: 8C, CE and C4. RGB value is (140,206,196). Sum of RGB (Red+Green+Blue) = 140+206+196=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEC4 is #73313B. Grayscale: #B9B9B9. Windows color (decimal): -7549244 or 12897932. OLE color: 12897932.

HSL color Cylindrical-coordinate representation of color #8CCEC4: hue angle of 170.91º 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 #8CCEC4 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 206 196 -
CMYK 0.32 0 0.05 0.19
HSL 170.91º 0.4% 0.68% -
HSV(B) 170.91º 0.32% 0.81% -
XYZ 42.85 53.7 60.33 -
YUV 185.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 140 206 196 0.32 0 0.05 0.19 170.91 0.4 0.68
Hex 8C CE C4 20 0 5 13 AB 28 44
Octal 214 316 304 40 0 5 23 253 50 104
Binary 10001100 11001110 11000100 100000 0 101 10011 10101011 101000 1000100

Color Harmonies of #8CCEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCEC4

Black with #8CCEC4

Text Example


Text Example

White with #8CCEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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