#63BFA4

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

Shades of Puerto Rico #63BFA4

Tints of Puerto Rico #63BFA4

Color information

#63BFA4 (or 0x63BFA4) is unknown color: approx Puerto Rico. HEX triplet: 63, BF and A4. RGB value is (99,191,164). Sum of RGB (Red+Green+Blue) = 99+191+164=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BFA4 is #9C405B. Grayscale: #A0A0A0. Windows color (decimal): -10240092 or 10796899. OLE color: 10796899.

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

Color convert

RGB99191164-
CMYK0.4800.140.25
HSL162.39º41.82%56.86%-
HSV(B)162.39º48.17%74.9%-
XYZ30.4842.5941.74-
YUV160.41130.0284.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.81%
GREEN value IS 191 (75% from 255) = 42.07%
BLUE value IS 164 (64.45% from 255) = 36.12%
R=21.81%
G=42.07%
B=36.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991911640.4800.140.25162.3941.8256.86
Hex63BFA4300E19a22a39
Octal14327724460016312425271
Binary11000111011111110100100110000011101100110100010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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