#55C1AD

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

Shades of Puerto Rico #55C1AD

Tints of Puerto Rico #55C1AD

Color information

#55C1AD (or 0x55C1AD) is unknown color: approx Puerto Rico. HEX triplet: 55, C1 and AD. RGB value is (85,193,173). Sum of RGB (Red+Green+Blue) = 85+193+173=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #55C1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C1AD is #AA3E52. Grayscale: #9E9E9E. Windows color (decimal): -11157075 or 11387221. OLE color: 11387221.

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

Color convert

RGB85193173-
CMYK0.5600.100.24
HSL168.89º46.55%54.51%-
HSV(B)168.89º55.96%75.69%-
XYZ30.3643.0946.25-
YUV158.43136.2275.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.85%
GREEN value IS 193 (75.78% from 255) = 42.79%
BLUE value IS 173 (67.97% from 255) = 38.36%
R=18.85%
G=42.79%
B=38.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851931730.5600.100.24168.8946.5554.51
Hex55C1AD380A18a92f37
Octal12530125570012302515767
Binary10101011100000110101101111000010101100010101001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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