#62BAAE

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

Shades of Puerto Rico #62BAAE

Tints of Puerto Rico #62BAAE

Color information

#62BAAE (or 0x62BAAE) is unknown color: approx Puerto Rico. HEX triplet: 62, BA and AE. RGB value is (98,186,174). Sum of RGB (Red+Green+Blue) = 98+186+174=458 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.40% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #62BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BAAE is #9D4551. Grayscale: #9E9E9E. Windows color (decimal): -10306898 or 11450978. OLE color: 11450978.

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

Color convert

RGB98186174-
CMYK0.4700.060.27
HSL171.82º38.94%55.69%-
HSV(B)171.82º47.31%72.94%-
XYZ30.2440.7746.32-
YUV158.32136.8584.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.40%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=21.40%
G=40.61%
B=37.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981861740.4700.060.27171.8238.9455.69
Hex62BAAE2F061Bac2738
Octal1422722565706332544770
Binary1100010101110101010111010111101101101110101100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,186,174); }

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

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

 a { background-color: rgb(98,186,174); }

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

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

 span { border-color: rgb(98,186,174); }

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