#63BDAE

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

Shades of Puerto Rico #63BDAE

Tints of Puerto Rico #63BDAE

Color information

#63BDAE (or 0x63BDAE) is unknown color: approx Puerto Rico. HEX triplet: 63, BD and AE. RGB value is (99,189,174). Sum of RGB (Red+Green+Blue) = 99+189+174=462 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.43% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #63BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BDAE is #9C4251. Grayscale: #A0A0A0. Windows color (decimal): -10240594 or 11451747. OLE color: 11451747.

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

Color convert

RGB99189174-
CMYK0.4800.080.26
HSL170º40.54%56.47%-
HSV(B)170º47.62%74.12%-
XYZ30.9842.146.54-
YUV160.38135.6884.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.43%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 174 (68.36% from 255) = 37.66%
R=21.43%
G=40.91%
B=37.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991891740.4800.080.2617040.5456.47
Hex63BDAE30081Aaa2938
Octal14327525660010322525170
Binary11000111011110110101110110000010001101010101010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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