#63C0AA

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

Shades of Puerto Rico #63C0AA

Tints of Puerto Rico #63C0AA

Color information

#63C0AA (or 0x63C0AA) is unknown color: approx Puerto Rico. HEX triplet: 63, C0 and AA. RGB value is (99,192,170). Sum of RGB (Red+Green+Blue) = 99+192+170=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #63C0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C0AA is #9C3F55. Grayscale: #A1A1A1. Windows color (decimal): -10239830 or 11190371. OLE color: 11190371.

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

Color convert

RGB99192170-
CMYK0.4800.110.25
HSL165.81º42.47%57.06%-
HSV(B)165.81º48.44%75.29%-
XYZ31.2543.2544.73-
YUV161.68132.6983.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.48%
GREEN value IS 192 (75.39% from 255) = 41.65%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=21.48%
G=41.65%
B=36.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991921700.4800.110.25165.8142.4757.06
Hex63C0AA300B19a62a39
Octal14330025260013312465271
Binary11000111100000010101010110000010111100110100110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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