Html Css Color HEX #CBEAAA Reef

📋 copy color: '#CBEAAA'

red 203 ◦ green 234 ◦ blue 170

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

Shades of Reef #CBEAAA

Tints of Reef #CBEAAA

RGB

 RED value IS 203 (79.69% from 255) = 33.44%

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

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

R = 33.44%
G = 38.55%
B = 28.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#CBEAAA (or 0xCBEAAA) is known color: Reef. HEX triplet: CB, EA and AA. RGB value is (203,234,170). Sum of RGB (Red+Green+Blue) = 203+234+170=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEAAA is #341555. Grayscale: #D9D9D9. Windows color (decimal): -3413334 or 11201227. OLE color: 11201227.

HSL color Cylindrical-coordinate representation of color #CBEAAA: hue angle of 89.06º 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 #CBEAAA is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 170 -
CMYK 0.13 0 0.27 0.08
HSL 89.06º 0.6% 0.79% -
HSV(B) 89.06º 0.27% 0.92% -
XYZ 61.31 74.44 49.17 -
YUV 217.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 203 234 170 0.13 0 0.27 0.08 89.06 0.6 0.79
Hex CB EA AA D 0 1B 8 59 3C 4F
Octal 313 352 252 15 0 33 10 131 74 117
Binary 11001011 11101010 10101010 1101 0 11011 1000 1011001 111100 1001111

Color Harmonies of #CBEAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAAA

Black with #CBEAAA

Text Example


Text Example

White with #CBEAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAAA; }

 p { color: rgb(203,234,170); }

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

background-color css

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

 a { background-color: rgb(203,234,170); }

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

border-color css

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

 span { border-color: rgb(203,234,170); }

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