Html Css Color HEX #CEF2AA Reef

📋 copy color: '#CEF2AA'

red 206 ◦ green 242 ◦ blue 170

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

Shades of Reef #CEF2AA

Tints of Reef #CEF2AA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.16%

 BLUE value IS 170 (66.8% from 255) = 27.51%

R = 33.33%
G = 39.16%
B = 27.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#CEF2AA (or 0xCEF2AA) is known color: Reef. HEX triplet: CE, F2 and AA. RGB value is (206,242,170). Sum of RGB (Red+Green+Blue) = 206+242+170=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF2AA is #310D55. Grayscale: #DFDFDF. Windows color (decimal): -3214678 or 11203278. OLE color: 11203278.

HSL color Cylindrical-coordinate representation of color #CEF2AA: hue angle of 90º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEF2AA is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 170 -
CMYK 0.15 0 0.30 0.05
HSL 90º 0.73% 0.81% -
HSV(B) 90º 0.3% 0.95% -
XYZ 64.46 79.53 49.98 -
YUV 223.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 206 242 170 0.15 0 0.30 0.05 90 0.73 0.81
Hex CE F2 AA F 0 1E 5 5A 49 51
Octal 316 362 252 17 0 36 5 132 111 121
Binary 11001110 11110010 10101010 1111 0 11110 101 1011010 1001001 1010001

Color Harmonies of #CEF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2AA

Black with #CEF2AA

Text Example


Text Example

White with #CEF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2AA; }

 p { color: rgb(206,242,170); }

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

background-color css

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

 a { background-color: rgb(206,242,170); }

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

border-color css

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

 span { border-color: rgb(206,242,170); }

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