Html Css Color HEX #C0EEBA Tea Green

📋 copy color: '#C0EEBA'

red 192 ◦ green 238 ◦ blue 186

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

Shades of Tea Green #C0EEBA

Tints of Tea Green #C0EEBA

RGB

 RED value IS 192 (75.39% from 255) = 31.17%

 GREEN value IS 238 (93.36% from 255) = 38.64%

 BLUE value IS 186 (73.05% from 255) = 30.19%

R = 31.17%
G = 38.64%
B = 30.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#C0EEBA (or 0xC0EEBA) is known color: Tea Green. HEX triplet: C0, EE and BA. RGB value is (192,238,186). Sum of RGB (Red+Green+Blue) = 192+238+186=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EEBA is #3F1145. Grayscale: #DADADA. Windows color (decimal): -4133190 or 12250816. OLE color: 12250816.

HSL color Cylindrical-coordinate representation of color #C0EEBA: hue angle of 113.08º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0EEBA is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 238 186 -
CMYK 0.19 0 0.22 0.07
HSL 113.08º 0.6% 0.83% -
HSV(B) 113.08º 0.22% 0.93% -
XYZ 61.18 75.9 57.88 -
YUV 218.32 109.76 109.23 -
System Red Green Blue C M Y K H S L
Decimal 192 238 186 0.19 0 0.22 0.07 113.08 0.6 0.83
Hex C0 EE BA 13 0 16 7 71 3C 53
Octal 300 356 272 23 0 26 7 161 74 123
Binary 11000000 11101110 10111010 10011 0 10110 111 1110001 111100 1010011

Color Harmonies of #C0EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EEBA

Black with #C0EEBA

Text Example


Text Example

White with #C0EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EEBA; }

 p { color: rgb(192,238,186); }

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

background-color css

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

 a { background-color: rgb(192,238,186); }

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

border-color css

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

 span { border-color: rgb(192,238,186); }

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