#62BEB2

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

Shades of Puerto Rico #62BEB2

Tints of Puerto Rico #62BEB2

Color information

#62BEB2 (or 0x62BEB2) is unknown color: approx Puerto Rico. HEX triplet: 62, BE and B2. RGB value is (98,190,178). Sum of RGB (Red+Green+Blue) = 98+190+178=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #62BEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BEB2 is #9D414D. Grayscale: #A1A1A1. Windows color (decimal): -10305870 or 11714146. OLE color: 11714146.

HSL color Cylindrical-coordinate representation of color #62BEB2: hue angle of 172.17º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BEB2 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB98190178-
CMYK0.4800.060.25
HSL172.17º41.44%56.47%-
HSV(B)172.17º48.42%74.51%-
XYZ31.4942.6448.69-
YUV161.12137.5282.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.03%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 178 (69.92% from 255) = 38.20%
R=21.03%
G=40.77%
B=38.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981901780.4800.060.25172.1741.4456.47
Hex62BEB2300619ac2938
Octal1422762626006312545170
Binary1100010101111101011001011000001101100110101100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62BEB2; }

 p { color: rgb(98,190,178); }

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

<style>
 a { background-color: #62BEB2; }

 a { background-color: rgb(98,190,178); }

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

<style>
 span { border-color: #62BEB2; }

 span { border-color: rgb(98,190,178); }

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