Html Css Color HEX #CBE2BE Tea Green

📋 copy color: '#CBE2BE'

red 203 ◦ green 226 ◦ blue 190

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

Shades of Tea Green #CBE2BE

Tints of Tea Green #CBE2BE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.51%

 BLUE value IS 190 (74.61% from 255) = 30.69%

R = 32.79%
G = 36.51%
B = 30.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#CBE2BE (or 0xCBE2BE) is known color: Tea Green. HEX triplet: CB, E2 and BE. RGB value is (203,226,190). Sum of RGB (Red+Green+Blue) = 203+226+190=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2BE is #341D41. Grayscale: #D7D7D7. Windows color (decimal): -3415362 or 12509899. OLE color: 12509899.

HSL color Cylindrical-coordinate representation of color #CBE2BE: hue angle of 98.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBE2BE is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 226 190 -
CMYK 0.10 0 0.16 0.11
HSL 98.33º 0.38% 0.82% -
HSV(B) 98.33º 0.16% 0.89% -
XYZ 61.12 70.81 59.16 -
YUV 215.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 203 226 190 0.10 0 0.16 0.11 98.33 0.38 0.82
Hex CB E2 BE A 0 10 B 62 26 52
Octal 313 342 276 12 0 20 13 142 46 122
Binary 11001011 11100010 10111110 1010 0 10000 1011 1100010 100110 1010010

Color Harmonies of #CBE2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE2BE

Black with #CBE2BE

Text Example


Text Example

White with #CBE2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE2BE; }

 p { color: rgb(203,226,190); }

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

background-color css

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

 a { background-color: rgb(203,226,190); }

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

border-color css

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

 span { border-color: rgb(203,226,190); }

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