Html Css Color HEX #CEF2A9 Reef

📋 copy color: '#CEF2A9'

red 206 ◦ green 242 ◦ blue 169

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

Shades of Reef #CEF2A9

Tints of Reef #CEF2A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.39%

R = 33.39%
G = 39.22%
B = 27.39%

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

#CEF2A9 (or 0xCEF2A9) is known color: Reef. HEX triplet: CE, F2 and A9. RGB value is (206,242,169). Sum of RGB (Red+Green+Blue) = 206+242+169=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 169 (66.41% from 255 or 27.39% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF2A9 is #310D56. Grayscale: #DFDFDF. Windows color (decimal): -3214679 or 11137742. OLE color: 11137742.

HSL color Cylindrical-coordinate representation of color #CEF2A9: hue angle of 89.59º degrees, saturation: 0.74, 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 #CEF2A9 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 169 -
CMYK 0.15 0 0.30 0.05
HSL 89.59º 0.74% 0.81% -
HSV(B) 89.59º 0.3% 0.95% -
XYZ 64.37 79.49 49.49 -
YUV 222.91 97.57 115.94 -
System Red Green Blue C M Y K H S L
Decimal 206 242 169 0.15 0 0.30 0.05 89.59 0.74 0.81
Hex CE F2 A9 F 0 1E 5 5A 4A 51
Octal 316 362 251 17 0 36 5 132 112 121
Binary 11001110 11110010 10101001 1111 0 11110 101 1011010 1001010 1010001

Color Harmonies of #CEF2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2A9

Black with #CEF2A9

Text Example


Text Example

White with #CEF2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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