Html Css Color HEX #8ECFC6 Bermuda

📋 copy color: '#8ECFC6'

red 142 ◦ green 207 ◦ blue 198

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

Shades of Bermuda #8ECFC6

Tints of Bermuda #8ECFC6

RGB

 RED value IS 142 (55.86% from 255) = 25.96%

 GREEN value IS 207 (81.25% from 255) = 37.84%

 BLUE value IS 198 (77.73% from 255) = 36.2%

R = 25.96%
G = 37.84%
B = 36.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#8ECFC6 (or 0x8ECFC6) is known color: Bermuda. HEX triplet: 8E, CF and C6. RGB value is (142,207,198). Sum of RGB (Red+Green+Blue) = 142+207+198=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECFC6 is #713039. Grayscale: #BABABA. Windows color (decimal): -7417914 or 13029262. OLE color: 13029262.

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

Color convert

RGB 142 207 198 -
CMYK 0.31 0 0.04 0.19
HSL 171.69º 0.4% 0.68% -
HSV(B) 171.69º 0.31% 0.81% -
XYZ 43.66 54.45 61.64 -
YUV 186.54 134.47 96.23 -
System Red Green Blue C M Y K H S L
Decimal 142 207 198 0.31 0 0.04 0.19 171.69 0.4 0.68
Hex 8E CF C6 1F 0 4 13 AC 28 44
Octal 216 317 306 37 0 4 23 254 50 104
Binary 10001110 11001111 11000110 11111 0 100 10011 10101100 101000 1000100

Color Harmonies of #8ECFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECFC6

Black with #8ECFC6

Text Example


Text Example

White with #8ECFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,207,198); }

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

background-color css

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

 a { background-color: rgb(142,207,198); }

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

border-color css

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

 span { border-color: rgb(142,207,198); }

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