#63BEAD

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

Shades of Puerto Rico #63BEAD

Tints of Puerto Rico #63BEAD

Color information

#63BEAD (or 0x63BEAD) is unknown color: approx Puerto Rico. HEX triplet: 63, BE and AD. RGB value is (99,190,173). Sum of RGB (Red+Green+Blue) = 99+190+173=462 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.43% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #63BEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BEAD is #9C4152. Grayscale: #A0A0A0. Windows color (decimal): -10240339 or 11386467. OLE color: 11386467.

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

Color convert

RGB99190173-
CMYK0.4800.090.25
HSL168.79º41.18%56.67%-
HSV(B)168.79º47.89%74.51%-
XYZ31.142.546.1-
YUV160.85134.8583.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.43%
GREEN value IS 190 (74.61% from 255) = 41.13%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=21.43%
G=41.13%
B=37.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991901730.4800.090.25168.7941.1856.67
Hex63BEAD300919a92939
Octal14327625560011312515171
Binary11000111011111010101101110000010011100110101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,190,173); }

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

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

 a { background-color: rgb(99,190,173); }

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

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

 span { border-color: rgb(99,190,173); }

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