Html Css Color HEX #CEF2AC Reef

📋 copy color: '#CEF2AC'

red 206 ◦ green 242 ◦ blue 172

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

Shades of Reef #CEF2AC

Tints of Reef #CEF2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.74%

R = 33.23%
G = 39.03%
B = 27.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#CEF2AC (or 0xCEF2AC) is known color: Reef. HEX triplet: CE, F2 and AC. RGB value is (206,242,172). Sum of RGB (Red+Green+Blue) = 206+242+172=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF2AC is #310D53. Grayscale: #DFDFDF. Windows color (decimal): -3214676 or 11334350. OLE color: 11334350.

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

Color convert

RGB 206 242 172 -
CMYK 0.15 0 0.29 0.05
HSL 90.86º 0.73% 0.81% -
HSV(B) 90.86º 0.29% 0.95% -
XYZ 64.65 79.6 50.99 -
YUV 223.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 206 242 172 0.15 0 0.29 0.05 90.86 0.73 0.81
Hex CE F2 AC F 0 1D 5 5B 49 51
Octal 316 362 254 17 0 35 5 133 111 121
Binary 11001110 11110010 10101100 1111 0 11101 101 1011011 1001001 1010001

Color Harmonies of #CEF2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2AC

Black with #CEF2AC

Text Example


Text Example

White with #CEF2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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