Html Css Color HEX #CEE6AC Reef

📋 copy color: '#CEE6AC'

red 206 ◦ green 230 ◦ blue 172

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

Shades of Reef #CEE6AC

Tints of Reef #CEE6AC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.83%

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

R = 33.88%
G = 37.83%
B = 28.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#CEE6AC (or 0xCEE6AC) is known color: Reef. HEX triplet: CE, E6 and AC. RGB value is (206,230,172). Sum of RGB (Red+Green+Blue) = 206+230+172=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE6AC is #311953. Grayscale: #D8D8D8. Windows color (decimal): -3217748 or 11331278. OLE color: 11331278.

HSL color Cylindrical-coordinate representation of color #CEE6AC: hue angle of 84.83º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEE6AC is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 230 172 -
CMYK 0.10 0 0.25 0.10
HSL 84.83º 0.54% 0.79% -
HSV(B) 84.83º 0.25% 0.9% -
XYZ 61.2 72.69 49.84 -
YUV 216.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 206 230 172 0.10 0 0.25 0.10 84.83 0.54 0.79
Hex CE E6 AC A 0 19 A 55 36 4F
Octal 316 346 254 12 0 31 12 125 66 117
Binary 11001110 11100110 10101100 1010 0 11001 1010 1010101 110110 1001111

Color Harmonies of #CEE6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE6AC

Black with #CEE6AC

Text Example


Text Example

White with #CEE6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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