Html Css Color HEX #CBE0BC Tea Green

📋 copy color: '#CBE0BC'

red 203 ◦ green 224 ◦ blue 188

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

Shades of Tea Green #CBE0BC

Tints of Tea Green #CBE0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.42%

 BLUE value IS 188 (73.83% from 255) = 30.57%

R = 33.01%
G = 36.42%
B = 30.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#CBE0BC (or 0xCBE0BC) is known color: Tea Green. HEX triplet: CB, E0 and BC. RGB value is (203,224,188). Sum of RGB (Red+Green+Blue) = 203+224+188=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE0BC is #341F43. Grayscale: #D5D5D5. Windows color (decimal): -3415876 or 12378315. OLE color: 12378315.

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

Color convert

RGB 203 224 188 -
CMYK 0.09 0 0.16 0.12
HSL 95º 0.37% 0.81% -
HSV(B) 95º 0.16% 0.88% -
XYZ 60.36 69.64 57.84 -
YUV 213.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 203 224 188 0.09 0 0.16 0.12 95 0.37 0.81
Hex CB E0 BC 9 0 10 C 5F 25 51
Octal 313 340 274 11 0 20 14 137 45 121
Binary 11001011 11100000 10111100 1001 0 10000 1100 1011111 100101 1010001

Color Harmonies of #CBE0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE0BC

Black with #CBE0BC

Text Example


Text Example

White with #CBE0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE0BC; }

 p { color: rgb(203,224,188); }

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

background-color css

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

 a { background-color: rgb(203,224,188); }

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

border-color css

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

 span { border-color: rgb(203,224,188); }

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