#62BCA6

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

Shades of Puerto Rico #62BCA6

Tints of Puerto Rico #62BCA6

Color information

#62BCA6 (or 0x62BCA6) is unknown color: approx Puerto Rico. HEX triplet: 62, BC and A6. RGB value is (98,188,166). Sum of RGB (Red+Green+Blue) = 98+188+166=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #62BCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BCA6 is #9D4359. Grayscale: #9E9E9E. Windows color (decimal): -10306394 or 10927202. OLE color: 10927202.

HSL color Cylindrical-coordinate representation of color #62BCA6: hue angle of 165.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BCA6 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB98188166-
CMYK0.4800.120.26
HSL165.33º40.18%56.08%-
HSV(B)165.33º47.87%73.73%-
XYZ29.941.3242.48-
YUV158.58132.1884.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.68%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 166 (65.23% from 255) = 36.73%
R=21.68%
G=41.59%
B=36.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981881660.4800.120.26165.3340.1856.08
Hex62BCA6300C1Aa52838
Octal14227424660014322455070
Binary11000101011110010100110110000011001101010100101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,188,166); }

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

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

 a { background-color: rgb(98,188,166); }

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

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

 span { border-color: rgb(98,188,166); }

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