Html Css Color HEX #CEF6AA Reef

📋 copy color: '#CEF6AA'

red 206 ◦ green 246 ◦ blue 170

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

Shades of Reef #CEF6AA

Tints of Reef #CEF6AA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.55%

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

R = 33.12%
G = 39.55%
B = 27.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#CEF6AA (or 0xCEF6AA) is known color: Reef. HEX triplet: CE, F6 and AA. RGB value is (206,246,170). Sum of RGB (Red+Green+Blue) = 206+246+170=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF6AA is #310955. Grayscale: #E1E1E1. Windows color (decimal): -3213654 or 11204302. OLE color: 11204302.

HSL color Cylindrical-coordinate representation of color #CEF6AA: hue angle of 91.58º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEF6AA is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 170 -
CMYK 0.16 0 0.31 0.04
HSL 91.58º 0.81% 0.82% -
HSV(B) 91.58º 0.31% 0.96% -
XYZ 65.67 81.94 50.38 -
YUV 225.38 96.75 114.18 -
System Red Green Blue C M Y K H S L
Decimal 206 246 170 0.16 0 0.31 0.04 91.58 0.81 0.82
Hex CE F6 AA 10 0 1F 4 5C 51 52
Octal 316 366 252 20 0 37 4 134 121 122
Binary 11001110 11110110 10101010 10000 0 11111 100 1011100 1010001 1010010

Color Harmonies of #CEF6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF6AA

Black with #CEF6AA

Text Example


Text Example

White with #CEF6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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