Html Css Color HEX #55CE8A Emerald

📋 copy color: '#55CE8A'

red 85 ◦ green 206 ◦ blue 138

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

Shades of Emerald #55CE8A

Tints of Emerald #55CE8A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.02%

 BLUE value IS 138 (54.3% from 255) = 32.17%

R = 19.81%
G = 48.02%
B = 32.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#55CE8A (or 0x55CE8A) is known color: Emerald. HEX triplet: 55, CE and 8A. RGB value is (85,206,138). Sum of RGB (Red+Green+Blue) = 85+206+138=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CE8A is #AA3175. Grayscale: #A2A2A2. Windows color (decimal): -11153782 or 9096789. OLE color: 9096789.

HSL color Cylindrical-coordinate representation of color #55CE8A: hue angle of 146.28º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CE8A is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 206 138 -
CMYK 0.59 0 0.33 0.19
HSL 146.28º 0.55% 0.57% -
HSV(B) 146.28º 0.59% 0.81% -
XYZ 30.41 47.91 31.69 -
YUV 162.07 114.41 73.03 -
System Red Green Blue C M Y K H S L
Decimal 85 206 138 0.59 0 0.33 0.19 146.28 0.55 0.57
Hex 55 CE 8A 3B 0 21 13 92 37 39
Octal 125 316 212 73 0 41 23 222 67 71
Binary 1010101 11001110 10001010 111011 0 100001 10011 10010010 110111 111001

Color Harmonies of #55CE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CE8A

Black with #55CE8A

Text Example


Text Example

White with #55CE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,206,138); }

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

background-color css

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

 a { background-color: rgb(85,206,138); }

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

border-color css

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

 span { border-color: rgb(85,206,138); }

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