Html Css Color HEX #CEF3AA Reef

📋 copy color: '#CEF3AA'

red 206 ◦ green 243 ◦ blue 170

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

Shades of Reef #CEF3AA

Tints of Reef #CEF3AA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.26%

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

R = 33.28%
G = 39.26%
B = 27.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#CEF3AA (or 0xCEF3AA) is known color: Reef. HEX triplet: CE, F3 and AA. RGB value is (206,243,170). Sum of RGB (Red+Green+Blue) = 206+243+170=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF3AA is #310C55. Grayscale: #DFDFDF. Windows color (decimal): -3214422 or 11203534. OLE color: 11203534.

HSL color Cylindrical-coordinate representation of color #CEF3AA: hue angle of 90.41º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEF3AA is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 243 170 -
CMYK 0.15 0 0.30 0.05
HSL 90.41º 0.75% 0.81% -
HSV(B) 90.41º 0.3% 0.95% -
XYZ 64.76 80.13 50.08 -
YUV 223.62 97.74 115.44 -
System Red Green Blue C M Y K H S L
Decimal 206 243 170 0.15 0 0.30 0.05 90.41 0.75 0.81
Hex CE F3 AA F 0 1E 5 5A 4B 51
Octal 316 363 252 17 0 36 5 132 113 121
Binary 11001110 11110011 10101010 1111 0 11110 101 1011010 1001011 1010001

Color Harmonies of #CEF3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF3AA

Black with #CEF3AA

Text Example


Text Example

White with #CEF3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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