Html Css Color HEX #CEF2AB Reef

📋 copy color: '#CEF2AB'

red 206 ◦ green 242 ◦ blue 171

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

Shades of Reef #CEF2AB

Tints of Reef #CEF2AB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.1%

 BLUE value IS 171 (67.19% from 255) = 27.63%

R = 33.28%
G = 39.1%
B = 27.63%

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

#CEF2AB (or 0xCEF2AB) is known color: Reef. HEX triplet: CE, F2 and AB. RGB value is (206,242,171). Sum of RGB (Red+Green+Blue) = 206+242+171=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF2AB is #310D54. Grayscale: #DFDFDF. Windows color (decimal): -3214677 or 11268814. OLE color: 11268814.

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

Color convert

RGB 206 242 171 -
CMYK 0.15 0 0.29 0.05
HSL 90.42º 0.73% 0.81% -
HSV(B) 90.42º 0.29% 0.95% -
XYZ 64.56 79.57 50.48 -
YUV 223.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 206 242 171 0.15 0 0.29 0.05 90.42 0.73 0.81
Hex CE F2 AB F 0 1D 5 5A 49 51
Octal 316 362 253 17 0 35 5 132 111 121
Binary 11001110 11110010 10101011 1111 0 11101 101 1011010 1001001 1010001

Color Harmonies of #CEF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2AB

Black with #CEF2AB

Text Example


Text Example

White with #CEF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2AB; }

 p { color: rgb(206,242,171); }

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

background-color css

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

 a { background-color: rgb(206,242,171); }

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

border-color css

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

 span { border-color: rgb(206,242,171); }

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