Html Css Color HEX #CEFC9E Reef

📋 copy color: '#CEFC9E'

red 206 ◦ green 252 ◦ blue 158

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

Shades of Reef #CEFC9E

Tints of Reef #CEFC9E

RGB

 RED value IS 206 (80.86% from 255) = 33.44%

 GREEN value IS 252 (98.83% from 255) = 40.91%

 BLUE value IS 158 (62.11% from 255) = 25.65%

R = 33.44%
G = 40.91%
B = 25.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#CEFC9E (or 0xCEFC9E) is known color: Reef. HEX triplet: CE, FC and 9E. RGB value is (206,252,158). Sum of RGB (Red+Green+Blue) = 206+252+158=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFC9E is #310361. Grayscale: #E3E3E3. Windows color (decimal): -3212130 or 10419406. OLE color: 10419406.

HSL color Cylindrical-coordinate representation of color #CEFC9E: hue angle of 89.36º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEFC9E is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 252 158 -
CMYK 0.18 0 0.37 0.01
HSL 89.36º 0.94% 0.8% -
HSV(B) 89.36º 0.37% 0.99% -
XYZ 66.44 85.21 45.29 -
YUV 227.53 88.76 112.64 -
System Red Green Blue C M Y K H S L
Decimal 206 252 158 0.18 0 0.37 0.01 89.36 0.94 0.8
Hex CE FC 9E 12 0 25 1 59 5E 50
Octal 316 374 236 22 0 45 1 131 136 120
Binary 11001110 11111100 10011110 10010 0 100101 1 1011001 1011110 1010000

Color Harmonies of #CEFC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFC9E

Black with #CEFC9E

Text Example


Text Example

White with #CEFC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFC9E; }

 p { color: rgb(206,252,158); }

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

background-color css

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

 a { background-color: rgb(206,252,158); }

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

border-color css

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

 span { border-color: rgb(206,252,158); }

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