#62BEAF

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

Shades of Puerto Rico #62BEAF

Tints of Puerto Rico #62BEAF

Color information

#62BEAF (or 0x62BEAF) is unknown color: approx Puerto Rico. HEX triplet: 62, BE and AF. RGB value is (98,190,175). Sum of RGB (Red+Green+Blue) = 98+190+175=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #62BEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BEAF is #9D4150. Grayscale: #A0A0A0. Windows color (decimal): -10305873 or 11517538. OLE color: 11517538.

HSL color Cylindrical-coordinate representation of color #62BEAF: hue angle of 170.22º 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 #62BEAF is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB98190175-
CMYK0.4800.080.25
HSL170.22º41.44%56.47%-
HSV(B)170.22º48.42%74.51%-
XYZ31.1942.5247.12-
YUV160.78136.0283.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.17%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=21.17%
G=41.04%
B=37.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981901750.4800.080.25170.2241.4456.47
Hex62BEAF300819aa2938
Octal14227625760010312525170
Binary11000101011111010101111110000010001100110101010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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