Html Css Color HEX #CBEAB0 Tea Green

📋 copy color: '#CBEAB0'

red 203 ◦ green 234 ◦ blue 176

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

Shades of Tea Green #CBEAB0

Tints of Tea Green #CBEAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.71%

R = 33.12%
G = 38.17%
B = 28.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#CBEAB0 (or 0xCBEAB0) is known color: Tea Green. HEX triplet: CB, EA and B0. RGB value is (203,234,176). Sum of RGB (Red+Green+Blue) = 203+234+176=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEAB0 is #34154F. Grayscale: #DADADA. Windows color (decimal): -3413328 or 11594443. OLE color: 11594443.

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

Color convert

RGB 203 234 176 -
CMYK 0.13 0 0.25 0.08
HSL 92.07º 0.58% 0.8% -
HSV(B) 92.07º 0.25% 0.92% -
XYZ 61.89 74.68 52.23 -
YUV 218.12 104.23 117.22 -
System Red Green Blue C M Y K H S L
Decimal 203 234 176 0.13 0 0.25 0.08 92.07 0.58 0.8
Hex CB EA B0 D 0 19 8 5C 3A 50
Octal 313 352 260 15 0 31 10 134 72 120
Binary 11001011 11101010 10110000 1101 0 11001 1000 1011100 111010 1010000

Color Harmonies of #CBEAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEAB0

Black with #CBEAB0

Text Example


Text Example

White with #CBEAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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