Html Css Color HEX #CBE6C0 Tea Green

📋 copy color: '#CBE6C0'

red 203 ◦ green 230 ◦ blue 192

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

Shades of Tea Green #CBE6C0

Tints of Tea Green #CBE6C0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.8%

 BLUE value IS 192 (75.39% from 255) = 30.72%

R = 32.48%
G = 36.8%
B = 30.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#CBE6C0 (or 0xCBE6C0) is known color: Tea Green. HEX triplet: CB, E6 and C0. RGB value is (203,230,192). Sum of RGB (Red+Green+Blue) = 203+230+192=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6C0 is #34193F. Grayscale: #D9D9D9. Windows color (decimal): -3414336 or 12641995. OLE color: 12641995.

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

Color convert

RGB 203 230 192 -
CMYK 0.12 0 0.17 0.10
HSL 102.63º 0.43% 0.83% -
HSV(B) 102.63º 0.17% 0.9% -
XYZ 62.44 73.1 60.69 -
YUV 217.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 203 230 192 0.12 0 0.17 0.10 102.63 0.43 0.83
Hex CB E6 C0 C 0 11 A 67 2B 53
Octal 313 346 300 14 0 21 12 147 53 123
Binary 11001011 11100110 11000000 1100 0 10001 1010 1100111 101011 1010011

Color Harmonies of #CBE6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE6C0

Black with #CBE6C0

Text Example


Text Example

White with #CBE6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE6C0; }

 p { color: rgb(203,230,192); }

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

background-color css

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

 a { background-color: rgb(203,230,192); }

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

border-color css

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

 span { border-color: rgb(203,230,192); }

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