Html Css Color HEX #CEEAAB Reef

📋 copy color: '#CEEAAB'

red 206 ◦ green 234 ◦ blue 171

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

Shades of Reef #CEEAAB

Tints of Reef #CEEAAB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.3%

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

R = 33.72%
G = 38.3%
B = 27.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#CEEAAB (or 0xCEEAAB) is known color: Reef. HEX triplet: CE, EA and AB. RGB value is (206,234,171). Sum of RGB (Red+Green+Blue) = 206+234+171=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEAAB is #311554. Grayscale: #DADADA. Windows color (decimal): -3216725 or 11266766. OLE color: 11266766.

HSL color Cylindrical-coordinate representation of color #CEEAAB: hue angle of 86.67º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEEAAB is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 171 -
CMYK 0.12 0 0.27 0.08
HSL 86.67º 0.6% 0.79% -
HSV(B) 86.67º 0.27% 0.92% -
XYZ 62.23 74.91 49.71 -
YUV 218.45 101.22 119.12 -
System Red Green Blue C M Y K H S L
Decimal 206 234 171 0.12 0 0.27 0.08 86.67 0.6 0.79
Hex CE EA AB C 0 1B 8 57 3C 4F
Octal 316 352 253 14 0 33 10 127 74 117
Binary 11001110 11101010 10101011 1100 0 11011 1000 1010111 111100 1001111

Color Harmonies of #CEEAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAAB

Black with #CEEAAB

Text Example


Text Example

White with #CEEAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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