#55C6AE

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

Shades of Puerto Rico #55C6AE

Tints of Puerto Rico #55C6AE

Color information

#55C6AE (or 0x55C6AE) is unknown color: approx Puerto Rico. HEX triplet: 55, C6 and AE. RGB value is (85,198,174). Sum of RGB (Red+Green+Blue) = 85+198+174=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 198 - color contains mainly: green. Hex color #55C6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C6AE is #AA3951. Grayscale: #A1A1A1. Windows color (decimal): -11155794 or 11454037. OLE color: 11454037.

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

Color convert

RGB85198174-
CMYK0.5700.120.22
HSL167.26º49.78%55.49%-
HSV(B)167.26º57.07%77.65%-
XYZ31.5845.3847.14-
YUV161.48135.0673.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.60%
GREEN value IS 198 (77.73% from 255) = 43.33%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=18.60%
G=43.33%
B=38.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851981740.5700.120.22167.2649.7855.49
Hex55C6AE390C16a73237
Octal12530625671014262476267
Binary10101011100011010101110111001011001011010100111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,198,174); }

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

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

 a { background-color: rgb(85,198,174); }

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

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

 span { border-color: rgb(85,198,174); }

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