#63BCAA

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

Shades of Puerto Rico #63BCAA

Tints of Puerto Rico #63BCAA

Color information

#63BCAA (or 0x63BCAA) is unknown color: approx Puerto Rico. HEX triplet: 63, BC and AA. RGB value is (99,188,170). Sum of RGB (Red+Green+Blue) = 99+188+170=457 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.66% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BCAA is #9C4355. Grayscale: #9F9F9F. Windows color (decimal): -10240854 or 11189347. OLE color: 11189347.

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

Color convert

RGB99188170-
CMYK0.4700.100.26
HSL167.87º39.91%56.27%-
HSV(B)167.87º47.34%73.73%-
XYZ30.3841.5244.44-
YUV159.34134.0184.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.66%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=21.66%
G=41.14%
B=37.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991881700.4700.100.26167.8739.9156.27
Hex63BCAA2F0A1Aa82838
Octal14327425257012322505070
Binary11000111011110010101010101111010101101010101000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,188,170); }

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

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

 a { background-color: rgb(99,188,170); }

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

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

 span { border-color: rgb(99,188,170); }

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