#62BAAD

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

Shades of Puerto Rico #62BAAD

Tints of Puerto Rico #62BAAD

Color information

#62BAAD (or 0x62BAAD) is unknown color: approx Puerto Rico. HEX triplet: 62, BA and AD. RGB value is (98,186,173). Sum of RGB (Red+Green+Blue) = 98+186+173=457 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.44% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #62BAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BAAD is #9D4552. Grayscale: #9E9E9E. Windows color (decimal): -10306899 or 11385442. OLE color: 11385442.

HSL color Cylindrical-coordinate representation of color #62BAAD: hue angle of 171.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62BAAD is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB98186173-
CMYK0.4700.070.27
HSL171.14º38.94%55.69%-
HSV(B)171.14º47.31%72.94%-
XYZ30.1440.7345.81-
YUV158.21136.3585.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.44%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=21.44%
G=40.70%
B=37.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981861730.4700.070.27171.1438.9455.69
Hex62BAAD2F071Bab2738
Octal1422722555707332534770
Binary1100010101110101010110110111101111101110101011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,186,173); }

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

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

 a { background-color: rgb(98,186,173); }

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

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

 span { border-color: rgb(98,186,173); }

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