Html Css Color HEX #CEF9AC Reef

📋 copy color: '#CEF9AC'

red 206 ◦ green 249 ◦ blue 172

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

Shades of Reef #CEF9AC

Tints of Reef #CEF9AC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.71%

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

R = 32.85%
G = 39.71%
B = 27.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#CEF9AC (or 0xCEF9AC) is known color: Reef. HEX triplet: CE, F9 and AC. RGB value is (206,249,172). Sum of RGB (Red+Green+Blue) = 206+249+172=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 249 (97.66% from 255 or 39.71% from 627); Blue value is 172 (67.58% from 255 or 27.43% from 627); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF9AC is #310653. Grayscale: #E3E3E3. Windows color (decimal): -3212884 or 11336142. OLE color: 11336142.

HSL color Cylindrical-coordinate representation of color #CEF9AC: hue angle of 93.51º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEF9AC is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 172 -
CMYK 0.17 0 0.31 0.02
HSL 93.51º 0.87% 0.83% -
HSV(B) 93.51º 0.31% 0.98% -
XYZ 66.78 83.85 51.7 -
YUV 227.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 206 249 172 0.17 0 0.31 0.02 93.51 0.87 0.83
Hex CE F9 AC 11 0 1F 2 5E 57 53
Octal 316 371 254 21 0 37 2 136 127 123
Binary 11001110 11111001 10101100 10001 0 11111 10 1011110 1010111 1010011

Color Harmonies of #CEF9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF9AC

Black with #CEF9AC

Text Example


Text Example

White with #CEF9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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