#62BEA4

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

Shades of Puerto Rico #62BEA4

Tints of Puerto Rico #62BEA4

Color information

#62BEA4 (or 0x62BEA4) is unknown color: approx Puerto Rico. HEX triplet: 62, BE and A4. RGB value is (98,190,164). Sum of RGB (Red+Green+Blue) = 98+190+164=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #62BEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BEA4 is #9D415B. Grayscale: #9F9F9F. Windows color (decimal): -10305884 or 10796642. OLE color: 10796642.

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

Color convert

RGB98190164-
CMYK0.4800.140.25
HSL163.04º41.44%56.47%-
HSV(B)163.04º48.42%74.51%-
XYZ30.1542.141.66-
YUV159.53130.5284.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.68%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 164 (64.45% from 255) = 36.28%
R=21.68%
G=42.04%
B=36.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal981901640.4800.140.25163.0441.4456.47
Hex62BEA4300E19a32938
Octal14227624460016312435170
Binary11000101011111010100100110000011101100110100011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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