#55C6B0

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

Shades of Puerto Rico #55C6B0

Tints of Puerto Rico #55C6B0

Color information

#55C6B0 (or 0x55C6B0) is unknown color: approx Puerto Rico. HEX triplet: 55, C6 and B0. RGB value is (85,198,176). Sum of RGB (Red+Green+Blue) = 85+198+176=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #55C6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C6B0 is #AA394F. Grayscale: #A1A1A1. Windows color (decimal): -11155792 or 11585109. OLE color: 11585109.

HSL color Cylindrical-coordinate representation of color #55C6B0: hue angle of 168.32º 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 #55C6B0 is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB85198176-
CMYK0.5700.110.22
HSL168.32º49.78%55.49%-
HSV(B)168.32º57.07%77.65%-
XYZ31.7845.4548.17-
YUV161.7136.0673.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.52%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=18.52%
G=43.14%
B=38.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal851981760.5700.110.22168.3249.7855.49
Hex55C6B0390B16a83237
Octal12530626071013262506267
Binary10101011100011010110000111001010111011010101000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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