#62C1AF

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

Shades of Puerto Rico #62C1AF

Tints of Puerto Rico #62C1AF

Color information

#62C1AF (or 0x62C1AF) is unknown color: approx Puerto Rico. HEX triplet: 62, C1 and AF. RGB value is (98,193,175). Sum of RGB (Red+Green+Blue) = 98+193+175=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #62C1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62C1AF is #9D3E50. Grayscale: #A2A2A2. Windows color (decimal): -10305105 or 11518306. OLE color: 11518306.

HSL color Cylindrical-coordinate representation of color #62C1AF: hue angle of 168.63º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62C1AF is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB98193175-
CMYK0.4900.090.24
HSL168.63º43.38%57.06%-
HSV(B)168.63º49.22%75.69%-
XYZ31.8443.8347.34-
YUV162.54135.0381.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.03%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=21.03%
G=41.42%
B=37.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal981931750.4900.090.24168.6343.3857.06
Hex62C1AF310918a92b39
Octal14230125761011302515371
Binary11000101100000110101111110001010011100010101001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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