Html Css Color HEX #CEF0AC Reef

📋 copy color: '#CEF0AC'

red 206 ◦ green 240 ◦ blue 172

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

Shades of Reef #CEF0AC

Tints of Reef #CEF0AC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.83%

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

R = 33.33%
G = 38.83%
B = 27.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#CEF0AC (or 0xCEF0AC) is known color: Reef. HEX triplet: CE, F0 and AC. RGB value is (206,240,172). Sum of RGB (Red+Green+Blue) = 206+240+172=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF0AC is #310F53. Grayscale: #DEDEDE. Windows color (decimal): -3215188 or 11333838. OLE color: 11333838.

HSL color Cylindrical-coordinate representation of color #CEF0AC: hue angle of 90º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEF0AC is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 172 -
CMYK 0.14 0 0.28 0.06
HSL 90º 0.69% 0.81% -
HSV(B) 90º 0.28% 0.94% -
XYZ 64.06 78.42 50.79 -
YUV 222.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 206 240 172 0.14 0 0.28 0.06 90 0.69 0.81
Hex CE F0 AC E 0 1C 6 5A 45 51
Octal 316 360 254 16 0 34 6 132 105 121
Binary 11001110 11110000 10101100 1110 0 11100 110 1011010 1000101 1010001

Color Harmonies of #CEF0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF0AC

Black with #CEF0AC

Text Example


Text Example

White with #CEF0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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