#63BFA9

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

Shades of Puerto Rico #63BFA9

Tints of Puerto Rico #63BFA9

Color information

#63BFA9 (or 0x63BFA9) is unknown color: approx Puerto Rico. HEX triplet: 63, BF and A9. RGB value is (99,191,169). Sum of RGB (Red+Green+Blue) = 99+191+169=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BFA9 is #9C4056. Grayscale: #A0A0A0. Windows color (decimal): -10240087 or 11124579. OLE color: 11124579.

HSL color Cylindrical-coordinate representation of color #63BFA9: hue angle of 165.65º degrees, saturation: 0.42, 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 #63BFA9 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB99191169-
CMYK0.4800.120.25
HSL165.65º41.82%56.86%-
HSV(B)165.65º48.17%74.9%-
XYZ30.9442.7844.16-
YUV160.98132.5283.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.57%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=21.57%
G=41.61%
B=36.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991911690.4800.120.25165.6541.8256.86
Hex63BFA9300C19a62a39
Octal14327725160014312465271
Binary11000111011111110101001110000011001100110100110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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