Html Css Color HEX #C0EFBA Tea Green

📋 copy color: '#C0EFBA'

red 192 ◦ green 239 ◦ blue 186

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

Shades of Tea Green #C0EFBA

Tints of Tea Green #C0EFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.74%

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

R = 31.12%
G = 38.74%
B = 30.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#C0EFBA (or 0xC0EFBA) is known color: Tea Green. HEX triplet: C0, EF and BA. RGB value is (192,239,186). Sum of RGB (Red+Green+Blue) = 192+239+186=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EFBA is #3F1045. Grayscale: #DBDBDB. Windows color (decimal): -4132934 or 12251072. OLE color: 12251072.

HSL color Cylindrical-coordinate representation of color #C0EFBA: hue angle of 113.21º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0EFBA is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 239 186 -
CMYK 0.20 0 0.22 0.06
HSL 113.21º 0.62% 0.83% -
HSV(B) 113.21º 0.22% 0.94% -
XYZ 61.47 76.48 57.98 -
YUV 218.91 109.43 108.81 -
System Red Green Blue C M Y K H S L
Decimal 192 239 186 0.20 0 0.22 0.06 113.21 0.62 0.83
Hex C0 EF BA 14 0 16 6 71 3E 53
Octal 300 357 272 24 0 26 6 161 76 123
Binary 11000000 11101111 10111010 10100 0 10110 110 1110001 111110 1010011

Color Harmonies of #C0EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EFBA

Black with #C0EFBA

Text Example


Text Example

White with #C0EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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