#58C6B2

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

Shades of Puerto Rico #58C6B2

Tints of Puerto Rico #58C6B2

Color information

#58C6B2 (or 0x58C6B2) is unknown color: approx Puerto Rico. HEX triplet: 58, C6 and B2. RGB value is (88,198,178). Sum of RGB (Red+Green+Blue) = 88+198+178=464 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.97% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #58C6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C6B2 is #A7394D. Grayscale: #A2A2A2. Windows color (decimal): -10959182 or 11716184. OLE color: 11716184.

HSL color Cylindrical-coordinate representation of color #58C6B2: hue angle of 169.09º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C6B2 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB88198178-
CMYK0.5600.100.22
HSL169.09º49.11%56.08%-
HSV(B)169.09º55.56%77.65%-
XYZ32.2545.6849.24-
YUV162.83136.5674.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.97%
GREEN value IS 198 (77.73% from 255) = 42.67%
BLUE value IS 178 (69.92% from 255) = 38.36%
R=18.97%
G=42.67%
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.22
SystemRedGreenBlueCMYKHSL
Decimal881981780.5600.100.22169.0949.1156.08
Hex58C6B2380A16a93138
Octal13030626270012262516170
Binary10110001100011010110010111000010101011010101001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58C6B2; }

 p { color: rgb(88,198,178); }

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

<style>
 a { background-color: #58C6B2; }

 a { background-color: rgb(88,198,178); }

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

<style>
 span { border-color: #58C6B2; }

 span { border-color: rgb(88,198,178); }

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