Html Css Color HEX #CBE9C2 Tea Green

📋 copy color: '#CBE9C2'

red 203 ◦ green 233 ◦ blue 194

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

Shades of Tea Green #CBE9C2

Tints of Tea Green #CBE9C2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.98%

 BLUE value IS 194 (76.17% from 255) = 30.79%

R = 32.22%
G = 36.98%
B = 30.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#CBE9C2 (or 0xCBE9C2) is known color: Tea Green. HEX triplet: CB, E9 and C2. RGB value is (203,233,194). Sum of RGB (Red+Green+Blue) = 203+233+194=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9C2 is #34163D. Grayscale: #DBDBDB. Windows color (decimal): -3413566 or 12773835. OLE color: 12773835.

HSL color Cylindrical-coordinate representation of color #CBE9C2: hue angle of 106.15º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBE9C2 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 194 -
CMYK 0.13 0 0.17 0.09
HSL 106.15º 0.47% 0.84% -
HSV(B) 106.15º 0.17% 0.91% -
XYZ 63.51 74.87 62.14 -
YUV 219.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 203 233 194 0.13 0 0.17 0.09 106.15 0.47 0.84
Hex CB E9 C2 D 0 11 9 6A 2F 54
Octal 313 351 302 15 0 21 11 152 57 124
Binary 11001011 11101001 11000010 1101 0 10001 1001 1101010 101111 1010100

Color Harmonies of #CBE9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE9C2

Black with #CBE9C2

Text Example


Text Example

White with #CBE9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE9C2; }

 p { color: rgb(203,233,194); }

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

background-color css

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

 a { background-color: rgb(203,233,194); }

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

border-color css

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

 span { border-color: rgb(203,233,194); }

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