#63BEA9

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

Shades of Puerto Rico #63BEA9

Tints of Puerto Rico #63BEA9

Color information

#63BEA9 (or 0x63BEA9) is unknown color: approx Puerto Rico. HEX triplet: 63, BE and A9. RGB value is (99,190,169). Sum of RGB (Red+Green+Blue) = 99+190+169=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #63BEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BEA9 is #9C4156. Grayscale: #A0A0A0. Windows color (decimal): -10240343 or 11124323. OLE color: 11124323.

HSL color Cylindrical-coordinate representation of color #63BEA9: hue angle of 166.15º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BEA9 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB99190169-
CMYK0.4800.110.25
HSL166.15º41.18%56.67%-
HSV(B)166.15º47.89%74.51%-
XYZ30.7242.3444.09-
YUV160.4132.8584.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.62%
GREEN value IS 190 (74.61% from 255) = 41.48%
BLUE value IS 169 (66.41% from 255) = 36.90%
R=21.62%
G=41.48%
B=36.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991901690.4800.110.25166.1541.1856.67
Hex63BEA9300B19a62939
Octal14327625160013312465171
Binary11000111011111010101001110000010111100110100110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63BEA9; }

 p { color: rgb(99,190,169); }

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

<style>
 a { background-color: #63BEA9; }

 a { background-color: rgb(99,190,169); }

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

<style>
 span { border-color: #63BEA9; }

 span { border-color: rgb(99,190,169); }

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