Html Css Color HEX #55C182 Emerald

📋 copy color: '#55C182'

red 85 ◦ green 193 ◦ blue 130

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

Shades of Emerald #55C182

Tints of Emerald #55C182

RGB

 RED value IS 85 (33.59% from 255) = 20.83%

 GREEN value IS 193 (75.78% from 255) = 47.3%

 BLUE value IS 130 (51.17% from 255) = 31.86%

R = 20.83%
G = 47.3%
B = 31.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#55C182 (or 0x55C182) is known color: Emerald. HEX triplet: 55, C1 and 82. RGB value is (85,193,130). Sum of RGB (Red+Green+Blue) = 85+193+130=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #55C182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C182 is #AA3E7D. Grayscale: #999999. Windows color (decimal): -11157118 or 8569173. OLE color: 8569173.

HSL color Cylindrical-coordinate representation of color #55C182: hue angle of 145º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C182 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 193 130 -
CMYK 0.56 0 0.33 0.24
HSL 145º 0.47% 0.55% -
HSV(B) 145º 0.56% 0.76% -
XYZ 26.85 41.68 27.75 -
YUV 153.53 114.72 79.12 -
System Red Green Blue C M Y K H S L
Decimal 85 193 130 0.56 0 0.33 0.24 145 0.47 0.55
Hex 55 C1 82 38 0 21 18 91 2F 37
Octal 125 301 202 70 0 41 30 221 57 67
Binary 1010101 11000001 10000010 111000 0 100001 11000 10010001 101111 110111

Color Harmonies of #55C182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C182

Black with #55C182

Text Example


Text Example

White with #55C182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C182; }

 p { color: rgb(85,193,130); }

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

background-color css

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

 a { background-color: rgb(85,193,130); }

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

border-color css

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

 span { border-color: rgb(85,193,130); }

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