Html Css Color HEX #CBE1BA Tea Green

📋 copy color: '#CBE1BA'

red 203 ◦ green 225 ◦ blue 186

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

Shades of Tea Green #CBE1BA

Tints of Tea Green #CBE1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.64%

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

R = 33.06%
G = 36.64%
B = 30.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#CBE1BA (or 0xCBE1BA) is known color: Tea Green. HEX triplet: CB, E1 and BA. RGB value is (203,225,186). Sum of RGB (Red+Green+Blue) = 203+225+186=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1BA is #341E45. Grayscale: #D6D6D6. Windows color (decimal): -3415622 or 12247499. OLE color: 12247499.

HSL color Cylindrical-coordinate representation of color #CBE1BA: hue angle of 93.85º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE1BA is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 186 -
CMYK 0.10 0 0.17 0.12
HSL 93.85º 0.39% 0.81% -
HSV(B) 93.85º 0.17% 0.88% -
XYZ 60.42 70.09 56.8 -
YUV 213.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 203 225 186 0.10 0 0.17 0.12 93.85 0.39 0.81
Hex CB E1 BA A 0 11 C 5E 27 51
Octal 313 341 272 12 0 21 14 136 47 121
Binary 11001011 11100001 10111010 1010 0 10001 1100 1011110 100111 1010001

Color Harmonies of #CBE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE1BA

Black with #CBE1BA

Text Example


Text Example

White with #CBE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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