#55CA69

Color #55CA69 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #55CA69

Tints of Emerald #55CA69

Color information

#55CA69 (or 0x55CA69) is unknown color: approx Emerald. HEX triplet: 55, CA and 69. RGB value is (85,202,105). Sum of RGB (Red+Green+Blue) = 85+202+105=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA69 is #AA3596. Grayscale: #9C9C9C. Windows color (decimal): -11154839 or 6933077. OLE color: 6933077.

HSL color Cylindrical-coordinate representation of color #55CA69: hue angle of 130.26º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CA69 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB85202105-
CMYK0.5800.480.21
HSL130.26º52.47%56.27%-
HSV(B)130.26º57.92%79.22%-
XYZ27.4245.1920.64-
YUV155.9699.2477.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.68%
GREEN value IS 202 (79.30% from 255) = 51.53%
BLUE value IS 105 (41.41% from 255) = 26.79%
R=21.68%
G=51.53%
B=26.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal852021050.5800.480.21130.2652.4756.27
Hex55CA693A03015823438
Octal12531215172060252026470
Binary101010111001010110100111101001100001010110000010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,202,105); }

 H1.HeaderClassName
 {
   color: #55CA69;
 }
 .AnyTagClassName
 {
   color: #55CA69;
 }
</style>
background-color css

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

 a { background-color: rgb(85,202,105); }

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

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

 span { border-color: rgb(85,202,105); }

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