#62BEAB

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

Shades of Puerto Rico #62BEAB

Tints of Puerto Rico #62BEAB

Color information

#62BEAB (or 0x62BEAB) is unknown color: approx Puerto Rico. HEX triplet: 62, BE and AB. RGB value is (98,190,171). Sum of RGB (Red+Green+Blue) = 98+190+171=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #62BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BEAB is #9D4154. Grayscale: #A0A0A0. Windows color (decimal): -10305877 or 11255394. OLE color: 11255394.

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

Color convert

RGB98190171-
CMYK0.4800.100.25
HSL167.61º41.44%56.47%-
HSV(B)167.61º48.42%74.51%-
XYZ30.842.3645.08-
YUV160.33134.0283.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.35%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=21.35%
G=41.39%
B=37.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981901710.4800.100.25167.6141.4456.47
Hex62BEAB300A19a82938
Octal14227625360012312505170
Binary11000101011111010101011110000010101100110101000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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