#63BCAC

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

Shades of Puerto Rico #63BCAC

Tints of Puerto Rico #63BCAC

Color information

#63BCAC (or 0x63BCAC) is unknown color: approx Puerto Rico. HEX triplet: 63, BC and AC. RGB value is (99,188,172). Sum of RGB (Red+Green+Blue) = 99+188+172=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BCAC is #9C4353. Grayscale: #9F9F9F. Windows color (decimal): -10240852 or 11320419. OLE color: 11320419.

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

Color convert

RGB99188172-
CMYK0.4700.090.26
HSL169.21º39.91%56.27%-
HSV(B)169.21º47.34%73.73%-
XYZ30.5841.645.45-
YUV159.56135.0184.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.57%
GREEN value IS 188 (73.83% from 255) = 40.96%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=21.57%
G=40.96%
B=37.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991881720.4700.090.26169.2139.9156.27
Hex63BCAC2F091Aa92838
Octal14327425457011322515070
Binary11000111011110010101100101111010011101010101001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,188,172); }

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

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

 a { background-color: rgb(99,188,172); }

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

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

 span { border-color: rgb(99,188,172); }

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