#63BFA6

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

Shades of Puerto Rico #63BFA6

Tints of Puerto Rico #63BFA6

Color information

#63BFA6 (or 0x63BFA6) is unknown color: approx Puerto Rico. HEX triplet: 63, BF and A6. RGB value is (99,191,166). Sum of RGB (Red+Green+Blue) = 99+191+166=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BFA6 is #9C4059. Grayscale: #A0A0A0. Windows color (decimal): -10240090 or 10927971. OLE color: 10927971.

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

Color convert

RGB99191166-
CMYK0.4800.130.25
HSL163.7º41.82%56.86%-
HSV(B)163.7º48.17%74.9%-
XYZ30.6642.6742.7-
YUV160.64131.0284.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.71%
GREEN value IS 191 (75% from 255) = 41.89%
BLUE value IS 166 (65.23% from 255) = 36.40%
R=21.71%
G=41.89%
B=36.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991911660.4800.130.25163.741.8256.86
Hex63BFA6300D19a42a39
Octal14327724660015312445271
Binary11000111011111110100110110000011011100110100100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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