Html Css Color HEX #55DA8F Emerald

📋 copy color: '#55DA8F'

red 85 ◦ green 218 ◦ blue 143

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

Shades of Emerald #55DA8F

Tints of Emerald #55DA8F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.88%

 BLUE value IS 143 (56.25% from 255) = 32.06%

R = 19.06%
G = 48.88%
B = 32.06%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#55DA8F (or 0x55DA8F) is known color: Emerald. HEX triplet: 55, DA and 8F. RGB value is (85,218,143). Sum of RGB (Red+Green+Blue) = 85+218+143=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA8F is #AA2570. Grayscale: #A9A9A9. Windows color (decimal): -11150705 or 9427541. OLE color: 9427541.

HSL color Cylindrical-coordinate representation of color #55DA8F: hue angle of 146.17º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DA8F is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 143 -
CMYK 0.61 0 0.34 0.15
HSL 146.17º 0.64% 0.59% -
HSV(B) 146.17º 0.61% 0.85% -
XYZ 33.78 54.06 34.64 -
YUV 169.68 112.94 67.6 -
System Red Green Blue C M Y K H S L
Decimal 85 218 143 0.61 0 0.34 0.15 146.17 0.64 0.59
Hex 55 DA 8F 3D 0 22 F 92 40 3B
Octal 125 332 217 75 0 42 17 222 100 73
Binary 1010101 11011010 10001111 111101 0 100010 1111 10010010 1000000 111011

Color Harmonies of #55DA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA8F

Black with #55DA8F

Text Example


Text Example

White with #55DA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,218,143); }

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

background-color css

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

 a { background-color: rgb(85,218,143); }

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

border-color css

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

 span { border-color: rgb(85,218,143); }

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