Html Css Color HEX #CBE1BE Tea Green

📋 copy color: '#CBE1BE'

red 203 ◦ green 225 ◦ blue 190

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

Shades of Tea Green #CBE1BE

Tints of Tea Green #CBE1BE

RGB

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

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

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

R = 32.85%
G = 36.41%
B = 30.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#CBE1BE (or 0xCBE1BE) is known color: Tea Green. HEX triplet: CB, E1 and BE. RGB value is (203,225,190). Sum of RGB (Red+Green+Blue) = 203+225+190=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1BE is #341E41. Grayscale: #D6D6D6. Windows color (decimal): -3415618 or 12509643. OLE color: 12509643.

HSL color Cylindrical-coordinate representation of color #CBE1BE: hue angle of 97.71º 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 #CBE1BE is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 225 190 -
CMYK 0.10 0 0.16 0.12
HSL 97.71º 0.37% 0.81% -
HSV(B) 97.71º 0.16% 0.88% -
XYZ 60.85 70.26 59.07 -
YUV 214.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 203 225 190 0.10 0 0.16 0.12 97.71 0.37 0.81
Hex CB E1 BE A 0 10 C 62 25 51
Octal 313 341 276 12 0 20 14 142 45 121
Binary 11001011 11100001 10111110 1010 0 10000 1100 1100010 100101 1010001

Color Harmonies of #CBE1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE1BE

Black with #CBE1BE

Text Example


Text Example

White with #CBE1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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