#63BFB3

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

Shades of Puerto Rico #63BFB3

Tints of Puerto Rico #63BFB3

Color information

#63BFB3 (or 0x63BFB3) is unknown color: approx Puerto Rico. HEX triplet: 63, BF and B3. RGB value is (99,191,179). Sum of RGB (Red+Green+Blue) = 99+191+179=469 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.11% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFB3 is #9C404C. Grayscale: #A2A2A2. Windows color (decimal): -10240077 or 11779939. OLE color: 11779939.

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

Color convert

RGB99191179-
CMYK0.4800.060.25
HSL172.17º41.82%56.86%-
HSV(B)172.17º48.17%74.9%-
XYZ31.9143.1749.3-
YUV162.12137.5282.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.11%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 179 (70.31% from 255) = 38.17%
R=21.11%
G=40.72%
B=38.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991911790.4800.060.25172.1741.8256.86
Hex63BFB3300619ac2a39
Octal1432772636006312545271
Binary1100011101111111011001111000001101100110101100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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