Html Css Color HEX #CBE3BA Tea Green

📋 copy color: '#CBE3BA'

red 203 ◦ green 227 ◦ blue 186

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

Shades of Tea Green #CBE3BA

Tints of Tea Green #CBE3BA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.85%

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

R = 32.95%
G = 36.85%
B = 30.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CBE3BA (or 0xCBE3BA) is known color: Tea Green. HEX triplet: CB, E3 and BA. RGB value is (203,227,186). Sum of RGB (Red+Green+Blue) = 203+227+186=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3BA is #341C45. Grayscale: #D7D7D7. Windows color (decimal): -3415110 or 12248011. OLE color: 12248011.

HSL color Cylindrical-coordinate representation of color #CBE3BA: hue angle of 95.12º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE3BA is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 227 186 -
CMYK 0.11 0 0.18 0.11
HSL 95.12º 0.42% 0.81% -
HSV(B) 95.12º 0.18% 0.89% -
XYZ 60.96 71.18 56.98 -
YUV 215.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 203 227 186 0.11 0 0.18 0.11 95.12 0.42 0.81
Hex CB E3 BA B 0 12 B 5F 2A 51
Octal 313 343 272 13 0 22 13 137 52 121
Binary 11001011 11100011 10111010 1011 0 10010 1011 1011111 101010 1010001

Color Harmonies of #CBE3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE3BA

Black with #CBE3BA

Text Example


Text Example

White with #CBE3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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