#63BEAE

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

Shades of Puerto Rico #63BEAE

Tints of Puerto Rico #63BEAE

Color information

#63BEAE (or 0x63BEAE) is unknown color: approx Puerto Rico. HEX triplet: 63, BE and AE. RGB value is (99,190,174). Sum of RGB (Red+Green+Blue) = 99+190+174=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #63BEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BEAE is #9C4151. Grayscale: #A0A0A0. Windows color (decimal): -10240338 or 11452003. OLE color: 11452003.

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

Color convert

RGB99190174-
CMYK0.4800.080.25
HSL169.45º41.18%56.67%-
HSV(B)169.45º47.89%74.51%-
XYZ31.242.5446.61-
YUV160.97135.3583.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.38%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=21.38%
G=41.04%
B=37.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991901740.4800.080.25169.4541.1856.67
Hex63BEAE300819a92939
Octal14327625660010312515171
Binary11000111011111010101110110000010001100110101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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