Html Css Color HEX #CEF9AA Reef

📋 copy color: '#CEF9AA'

red 206 ◦ green 249 ◦ blue 170

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

Shades of Reef #CEF9AA

Tints of Reef #CEF9AA

RGB

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

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

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

R = 32.96%
G = 39.84%
B = 27.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#CEF9AA (or 0xCEF9AA) is known color: Reef. HEX triplet: CE, F9 and AA. RGB value is (206,249,170). Sum of RGB (Red+Green+Blue) = 206+249+170=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF9AA is #310655. Grayscale: #E3E3E3. Windows color (decimal): -3212886 or 11205070. OLE color: 11205070.

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

Color convert

RGB 206 249 170 -
CMYK 0.17 0 0.32 0.02
HSL 92.66º 0.87% 0.82% -
HSV(B) 92.66º 0.32% 0.98% -
XYZ 66.58 83.78 50.69 -
YUV 227.14 95.75 112.92 -
System Red Green Blue C M Y K H S L
Decimal 206 249 170 0.17 0 0.32 0.02 92.66 0.87 0.82
Hex CE F9 AA 11 0 20 2 5D 57 52
Octal 316 371 252 21 0 40 2 135 127 122
Binary 11001110 11111001 10101010 10001 0 100000 10 1011101 1010111 1010010

Color Harmonies of #CEF9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF9AA

Black with #CEF9AA

Text Example


Text Example

White with #CEF9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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