#62BBA5

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

Shades of Puerto Rico #62BBA5

Tints of Puerto Rico #62BBA5

Color information

#62BBA5 (or 0x62BBA5) is unknown color: approx Puerto Rico. HEX triplet: 62, BB and A5. RGB value is (98,187,165). Sum of RGB (Red+Green+Blue) = 98+187+165=450 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.78% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 165 (64.84% from 255 or 36.67% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #62BBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BBA5 is #9D445A. Grayscale: #9D9D9D. Windows color (decimal): -10306651 or 10861410. OLE color: 10861410.

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

Color convert

RGB98187165-
CMYK0.4800.120.27
HSL165.17º39.56%55.88%-
HSV(B)165.17º47.59%73.33%-
XYZ29.640.8541.92-
YUV157.88132.0185.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.78%
GREEN value IS 187 (73.44% from 255) = 41.56%
BLUE value IS 165 (64.84% from 255) = 36.67%
R=21.78%
G=41.56%
B=36.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981871650.4800.120.27165.1739.5655.88
Hex62BBA5300C1Ba52838
Octal14227324560014332455070
Binary11000101011101110100101110000011001101110100101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,187,165); }

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

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

 a { background-color: rgb(98,187,165); }

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

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

 span { border-color: rgb(98,187,165); }

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