#63BCA8

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

Shades of Puerto Rico #63BCA8

Tints of Puerto Rico #63BCA8

Color information

#63BCA8 (or 0x63BCA8) is unknown color: approx Puerto Rico. HEX triplet: 63, BC and A8. RGB value is (99,188,168). Sum of RGB (Red+Green+Blue) = 99+188+168=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BCA8 is #9C4357. Grayscale: #9F9F9F. Windows color (decimal): -10240856 or 11058275. OLE color: 11058275.

HSL color Cylindrical-coordinate representation of color #63BCA8: hue angle of 166.52º 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 #63BCA8 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB99188168-
CMYK0.4700.110.26
HSL166.52º39.91%56.27%-
HSV(B)166.52º47.34%73.73%-
XYZ30.241.4543.45-
YUV159.11133.0185.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.76%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 168 (66.02% from 255) = 36.92%
R=21.76%
G=41.32%
B=36.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991881680.4700.110.26166.5239.9156.27
Hex63BCA82F0B1Aa72838
Octal14327425057013322475070
Binary11000111011110010101000101111010111101010100111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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