Html Css Color HEX #CEF1AA Reef

📋 copy color: '#CEF1AA'

red 206 ◦ green 241 ◦ blue 170

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

Shades of Reef #CEF1AA

Tints of Reef #CEF1AA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.06%

 BLUE value IS 170 (66.8% from 255) = 27.55%

R = 33.39%
G = 39.06%
B = 27.55%

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

#CEF1AA (or 0xCEF1AA) is known color: Reef. HEX triplet: CE, F1 and AA. RGB value is (206,241,170). Sum of RGB (Red+Green+Blue) = 206+241+170=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF1AA is #310E55. Grayscale: #DEDEDE. Windows color (decimal): -3214934 or 11203022. OLE color: 11203022.

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

Color convert

RGB 206 241 170 -
CMYK 0.15 0 0.29 0.05
HSL 89.58º 0.72% 0.81% -
HSV(B) 89.58º 0.29% 0.95% -
XYZ 64.16 78.93 49.88 -
YUV 222.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 206 241 170 0.15 0 0.29 0.05 89.58 0.72 0.81
Hex CE F1 AA F 0 1D 5 5A 48 51
Octal 316 361 252 17 0 35 5 132 110 121
Binary 11001110 11110001 10101010 1111 0 11101 101 1011010 1001000 1010001

Color Harmonies of #CEF1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF1AA

Black with #CEF1AA

Text Example


Text Example

White with #CEF1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF1AA; }

 p { color: rgb(206,241,170); }

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

background-color css

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

 a { background-color: rgb(206,241,170); }

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

border-color css

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

 span { border-color: rgb(206,241,170); }

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