#62BCA4

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

Shades of Puerto Rico #62BCA4

Tints of Puerto Rico #62BCA4

Color information

#62BCA4 (or 0x62BCA4) is unknown color: approx Puerto Rico. HEX triplet: 62, BC and A4. RGB value is (98,188,164). Sum of RGB (Red+Green+Blue) = 98+188+164=450 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.78% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 164 (64.45% from 255 or 36.44% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #62BCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BCA4 is #9D435B. Grayscale: #9E9E9E. Windows color (decimal): -10306396 or 10796130. OLE color: 10796130.

HSL color Cylindrical-coordinate representation of color #62BCA4: hue angle of 164º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62BCA4 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB98188164-
CMYK0.4800.130.26
HSL164º40.18%56.08%-
HSV(B)164º47.87%73.73%-
XYZ29.7241.2441.52-
YUV158.35131.1884.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.78%
GREEN value IS 188 (73.83% from 255) = 41.78%
BLUE value IS 164 (64.45% from 255) = 36.44%
R=21.78%
G=41.78%
B=36.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal981881640.4800.130.2616440.1856.08
Hex62BCA4300D1Aa42838
Octal14227424460015322445070
Binary11000101011110010100100110000011011101010100100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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