Html Css Color HEX #C1EFBD Tea Green

📋 copy color: '#C1EFBD'

red 193 ◦ green 239 ◦ blue 189

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

Shades of Tea Green #C1EFBD

Tints of Tea Green #C1EFBD

RGB

 RED value IS 193 (75.78% from 255) = 31.08%

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

 BLUE value IS 189 (74.22% from 255) = 30.43%

R = 31.08%
G = 38.49%
B = 30.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#C1EFBD (or 0xC1EFBD) is known color: Tea Green. HEX triplet: C1, EF and BD. RGB value is (193,239,189). Sum of RGB (Red+Green+Blue) = 193+239+189=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #C1EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EFBD is #3E1042. Grayscale: #DBDBDB. Windows color (decimal): -4067395 or 12447681. OLE color: 12447681.

HSL color Cylindrical-coordinate representation of color #C1EFBD: hue angle of 115.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1EFBD is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 239 189 -
CMYK 0.19 0 0.21 0.06
HSL 115.2º 0.61% 0.84% -
HSV(B) 115.2º 0.21% 0.94% -
XYZ 62.04 76.74 59.69 -
YUV 219.55 110.76 109.07 -
System Red Green Blue C M Y K H S L
Decimal 193 239 189 0.19 0 0.21 0.06 115.2 0.61 0.84
Hex C1 EF BD 13 0 15 6 73 3D 54
Octal 301 357 275 23 0 25 6 163 75 124
Binary 11000001 11101111 10111101 10011 0 10101 110 1110011 111101 1010100

Color Harmonies of #C1EFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1EFBD

Black with #C1EFBD

Text Example


Text Example

White with #C1EFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1EFBD; }

 p { color: rgb(193,239,189); }

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

background-color css

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

 a { background-color: rgb(193,239,189); }

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

border-color css

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

 span { border-color: rgb(193,239,189); }

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