Html Css Color HEX #CEF4AB Reef

📋 copy color: '#CEF4AB'

red 206 ◦ green 244 ◦ blue 171

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

Shades of Reef #CEF4AB

Tints of Reef #CEF4AB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.29%

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

R = 33.17%
G = 39.29%
B = 27.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#CEF4AB (or 0xCEF4AB) is known color: Reef. HEX triplet: CE, F4 and AB. RGB value is (206,244,171). Sum of RGB (Red+Green+Blue) = 206+244+171=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF4AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF4AB is #310B54. Grayscale: #E0E0E0. Windows color (decimal): -3214165 or 11269326. OLE color: 11269326.

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

Color convert

RGB 206 244 171 -
CMYK 0.16 0 0.30 0.04
HSL 91.23º 0.77% 0.81% -
HSV(B) 91.23º 0.3% 0.96% -
XYZ 65.15 80.76 50.68 -
YUV 224.32 97.91 114.94 -
System Red Green Blue C M Y K H S L
Decimal 206 244 171 0.16 0 0.30 0.04 91.23 0.77 0.81
Hex CE F4 AB 10 0 1E 4 5B 4D 51
Octal 316 364 253 20 0 36 4 133 115 121
Binary 11001110 11110100 10101011 10000 0 11110 100 1011011 1001101 1010001

Color Harmonies of #CEF4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF4AB

Black with #CEF4AB

Text Example


Text Example

White with #CEF4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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