Html Css Color HEX #CBE5BA Tea Green

📋 copy color: '#CBE5BA'

red 203 ◦ green 229 ◦ blue 186

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

Shades of Tea Green #CBE5BA

Tints of Tea Green #CBE5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.06%

 BLUE value IS 186 (73.05% from 255) = 30.1%

R = 32.85%
G = 37.06%
B = 30.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#CBE5BA (or 0xCBE5BA) is known color: Tea Green. HEX triplet: CB, E5 and BA. RGB value is (203,229,186). Sum of RGB (Red+Green+Blue) = 203+229+186=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5BA is #341A45. Grayscale: #D8D8D8. Windows color (decimal): -3414598 or 12248523. OLE color: 12248523.

HSL color Cylindrical-coordinate representation of color #CBE5BA: hue angle of 96.28º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBE5BA is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 186 -
CMYK 0.11 0 0.19 0.10
HSL 96.28º 0.45% 0.81% -
HSV(B) 96.28º 0.19% 0.9% -
XYZ 61.51 72.28 57.16 -
YUV 216.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 203 229 186 0.11 0 0.19 0.10 96.28 0.45 0.81
Hex CB E5 BA B 0 13 A 60 2D 51
Octal 313 345 272 13 0 23 12 140 55 121
Binary 11001011 11100101 10111010 1011 0 10011 1010 1100000 101101 1010001

Color Harmonies of #CBE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE5BA

Black with #CBE5BA

Text Example


Text Example

White with #CBE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE5BA; }

 p { color: rgb(203,229,186); }

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

background-color css

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

 a { background-color: rgb(203,229,186); }

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

border-color css

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

 span { border-color: rgb(203,229,186); }

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