#55C7AD

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

Shades of Puerto Rico #55C7AD

Tints of Puerto Rico #55C7AD

Color information

#55C7AD (or 0x55C7AD) is unknown color: approx Puerto Rico. HEX triplet: 55, C7 and AD. RGB value is (85,199,173). Sum of RGB (Red+Green+Blue) = 85+199+173=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #55C7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C7AD is #AA3852. Grayscale: #A1A1A1. Windows color (decimal): -11155539 or 11388757. OLE color: 11388757.

HSL color Cylindrical-coordinate representation of color #55C7AD: hue angle of 166.32º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C7AD is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB85199173-
CMYK0.5700.130.22
HSL166.32º50.44%55.69%-
HSV(B)166.32º57.29%78.04%-
XYZ31.7145.846.7-
YUV161.95134.2373.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 199 (78.12% from 255) = 43.54%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=18.60%
G=43.54%
B=37.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851991730.5700.130.22166.3250.4455.69
Hex55C7AD390D16a63238
Octal12530725571015262466270
Binary10101011100011110101101111001011011011010100110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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