Html Css Color HEX #CEF3AC Reef

📋 copy color: '#CEF3AC'

red 206 ◦ green 243 ◦ blue 172

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

Shades of Reef #CEF3AC

Tints of Reef #CEF3AC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.13%

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

R = 33.17%
G = 39.13%
B = 27.7%

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

#CEF3AC (or 0xCEF3AC) is known color: Reef. HEX triplet: CE, F3 and AC. RGB value is (206,243,172). Sum of RGB (Red+Green+Blue) = 206+243+172=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF3AC is #310C53. Grayscale: #E0E0E0. Windows color (decimal): -3214420 or 11334606. OLE color: 11334606.

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

Color convert

RGB 206 243 172 -
CMYK 0.15 0 0.29 0.05
HSL 91.27º 0.75% 0.81% -
HSV(B) 91.27º 0.29% 0.95% -
XYZ 64.95 80.2 51.09 -
YUV 223.84 98.74 115.27 -
System Red Green Blue C M Y K H S L
Decimal 206 243 172 0.15 0 0.29 0.05 91.27 0.75 0.81
Hex CE F3 AC F 0 1D 5 5B 4B 51
Octal 316 363 254 17 0 35 5 133 113 121
Binary 11001110 11110011 10101100 1111 0 11101 101 1011011 1001011 1010001

Color Harmonies of #CEF3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF3AC

Black with #CEF3AC

Text Example


Text Example

White with #CEF3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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