Html Css Color HEX #55C17E Emerald

📋 copy color: '#55C17E'

red 85 ◦ green 193 ◦ blue 126

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

Shades of Emerald #55C17E

Tints of Emerald #55C17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 21.04%
G = 47.77%
B = 31.19%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#55C17E (or 0x55C17E) is known color: Emerald. HEX triplet: 55, C1 and 7E. RGB value is (85,193,126). Sum of RGB (Red+Green+Blue) = 85+193+126=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #55C17E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C17E is #AA3E81. Grayscale: #999999. Windows color (decimal): -11157122 or 8307029. OLE color: 8307029.

HSL color Cylindrical-coordinate representation of color #55C17E: hue angle of 142.78º 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 #55C17E is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 193 126 -
CMYK 0.56 0 0.35 0.24
HSL 142.78º 0.47% 0.55% -
HSV(B) 142.78º 0.56% 0.76% -
XYZ 26.58 41.58 26.36 -
YUV 153.07 112.72 79.45 -
System Red Green Blue C M Y K H S L
Decimal 85 193 126 0.56 0 0.35 0.24 142.78 0.47 0.55
Hex 55 C1 7E 38 0 23 18 8F 2F 37
Octal 125 301 176 70 0 43 30 217 57 67
Binary 1010101 11000001 1111110 111000 0 100011 11000 10001111 101111 110111

Color Harmonies of #55C17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C17E

Black with #55C17E

Text Example


Text Example

White with #55C17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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