Html Css Color HEX #CEF5AC Reef

📋 copy color: '#CEF5AC'

red 206 ◦ green 245 ◦ blue 172

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

Shades of Reef #CEF5AC

Tints of Reef #CEF5AC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.33%

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

R = 33.07%
G = 39.33%
B = 27.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#CEF5AC (or 0xCEF5AC) is known color: Reef. HEX triplet: CE, F5 and AC. RGB value is (206,245,172). Sum of RGB (Red+Green+Blue) = 206+245+172=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 245 (96.09% from 255 or 39.33% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF5AC is #310A53. Grayscale: #E1E1E1. Windows color (decimal): -3213908 or 11335118. OLE color: 11335118.

HSL color Cylindrical-coordinate representation of color #CEF5AC: hue angle of 92.05º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEF5AC is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 245 172 -
CMYK 0.16 0 0.30 0.04
HSL 92.05º 0.78% 0.82% -
HSV(B) 92.05º 0.3% 0.96% -
XYZ 65.55 81.41 51.29 -
YUV 225.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 206 245 172 0.16 0 0.30 0.04 92.05 0.78 0.82
Hex CE F5 AC 10 0 1E 4 5C 4E 52
Octal 316 365 254 20 0 36 4 134 116 122
Binary 11001110 11110101 10101100 10000 0 11110 100 1011100 1001110 1010010

Color Harmonies of #CEF5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF5AC

Black with #CEF5AC

Text Example


Text Example

White with #CEF5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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