#63BBAE

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

Shades of Puerto Rico #63BBAE

Tints of Puerto Rico #63BBAE

Color information

#63BBAE (or 0x63BBAE) is unknown color: approx Puerto Rico. HEX triplet: 63, BB and AE. RGB value is (99,187,174). Sum of RGB (Red+Green+Blue) = 99+187+174=460 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.52% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #63BBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BBAE is #9C4451. Grayscale: #9F9F9F. Windows color (decimal): -10241106 or 11451235. OLE color: 11451235.

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

Color convert

RGB99187174-
CMYK0.4700.070.27
HSL171.14º39.29%56.08%-
HSV(B)171.14º47.06%73.33%-
XYZ30.5641.2546.4-
YUV159.21136.3585.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.52%
GREEN value IS 187 (73.44% from 255) = 40.65%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=21.52%
G=40.65%
B=37.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991871740.4700.070.27171.1439.2956.08
Hex63BBAE2F071Bab2738
Octal1432732565707332534770
Binary1100011101110111010111010111101111101110101011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,187,174); }

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

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

 a { background-color: rgb(99,187,174); }

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

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

 span { border-color: rgb(99,187,174); }

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