Html Css Color HEX #CBEAA9 Reef

📋 copy color: '#CBEAA9'

red 203 ◦ green 234 ◦ blue 169

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

Shades of Reef #CBEAA9

Tints of Reef #CBEAA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.89%

R = 33.5%
G = 38.61%
B = 27.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#CBEAA9 (or 0xCBEAA9) is known color: Reef. HEX triplet: CB, EA and A9. RGB value is (203,234,169). Sum of RGB (Red+Green+Blue) = 203+234+169=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 169 (66.41% from 255 or 27.89% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEAA9 is #341556. Grayscale: #D9D9D9. Windows color (decimal): -3413335 or 11135691. OLE color: 11135691.

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

Color convert

RGB 203 234 169 -
CMYK 0.13 0 0.28 0.08
HSL 88.62º 0.61% 0.79% -
HSV(B) 88.62º 0.28% 0.92% -
XYZ 61.21 74.41 48.67 -
YUV 217.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 203 234 169 0.13 0 0.28 0.08 88.62 0.61 0.79
Hex CB EA A9 D 0 1C 8 59 3D 4F
Octal 313 352 251 15 0 34 10 131 75 117
Binary 11001011 11101010 10101001 1101 0 11100 1000 1011001 111101 1001111

Color Harmonies of #CBEAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAA9

Black with #CBEAA9

Text Example


Text Example

White with #CBEAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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