#63b7a4

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

Shades of Puerto Rico #63B7A4

Tints of Puerto Rico #63B7A4

Color information

#63B7A4 (or 0x63B7A4) is unknown color: approx Puerto Rico. HEX triplet: 63, B7 and A4. RGB value is (99,183,164). Sum of RGB (Red+Green+Blue) = 99+183+164=446 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.20% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #63B7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B7A4 is #9C485B. Grayscale: #9B9B9B. Windows color (decimal): -10242140 or 10794851. OLE color: 10794851.

HSL color Cylindrical-coordinate representation of color #63B7A4: hue angle of 166.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63B7A4 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB99183164-
CMYK0.4600.100.28
HSL166.43º36.84%55.29%-
HSV(B)166.43º45.9%71.76%-
XYZ28.7839.241.17-
YUV155.72132.6787.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.20%
GREEN value IS 183 (71.88% from 255) = 41.03%
BLUE value IS 164 (64.45% from 255) = 36.77%
R=22.20%
G=41.03%
B=36.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal991831640.4600.100.28166.4336.8455.29
Hex63B7A42E0A1Ca62537
Octal14326724456012342464567
Binary11000111011011110100100101110010101110010100110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63b7a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,183,164); }

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

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

 a { background-color: rgb(99,183,164); }

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

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

 span { border-color: rgb(99,183,164); }

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