#63BAA7

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

Shades of Puerto Rico #63BAA7

Tints of Puerto Rico #63BAA7

Color information

#63BAA7 (or 0x63BAA7) is unknown color: approx Puerto Rico. HEX triplet: 63, BA and A7. RGB value is (99,186,167). Sum of RGB (Red+Green+Blue) = 99+186+167=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #63BAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BAA7 is #9C4558. Grayscale: #9D9D9D. Windows color (decimal): -10241369 or 10992227. OLE color: 10992227.

HSL color Cylindrical-coordinate representation of color #63BAA7: hue angle of 166.9º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BAA7 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB99186167-
CMYK0.4700.100.27
HSL166.9º38.67%55.88%-
HSV(B)166.9º46.77%72.94%-
XYZ29.6840.5642.82-
YUV157.82133.1886.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.90%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 167 (65.62% from 255) = 36.95%
R=21.90%
G=41.15%
B=36.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991861670.4700.100.27166.938.6755.88
Hex63BAA72F0A1Ba72738
Octal14327224757012332474770
Binary11000111011101010100111101111010101101110100111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,186,167); }

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

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

 a { background-color: rgb(99,186,167); }

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

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

 span { border-color: rgb(99,186,167); }

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