#63BAAB

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

Shades of Puerto Rico #63BAAB

Tints of Puerto Rico #63BAAB

Color information

#63BAAB (or 0x63BAAB) is unknown color: approx Puerto Rico. HEX triplet: 63, BA and AB. RGB value is (99,186,171). Sum of RGB (Red+Green+Blue) = 99+186+171=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #63BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BAAB is #9C4554. Grayscale: #9E9E9E. Windows color (decimal): -10241365 or 11254371. OLE color: 11254371.

HSL color Cylindrical-coordinate representation of color #63BAAB: hue angle of 169.66º 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 #63BAAB is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB99186171-
CMYK0.4700.080.27
HSL169.66º38.67%55.88%-
HSV(B)169.66º46.77%72.94%-
XYZ30.0640.7144.8-
YUV158.28135.1885.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.71%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=21.71%
G=40.79%
B=37.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991861710.4700.080.27169.6638.6755.88
Hex63BAAB2F081Baa2738
Octal14327225357010332524770
Binary11000111011101010101011101111010001101110101010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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