#63BFB0

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

Shades of Puerto Rico #63BFB0

Tints of Puerto Rico #63BFB0

Color information

#63BFB0 (or 0x63BFB0) is unknown color: approx Puerto Rico. HEX triplet: 63, BF and B0. RGB value is (99,191,176). Sum of RGB (Red+Green+Blue) = 99+191+176=466 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.24% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BFB0 is #9C404F. Grayscale: #A1A1A1. Windows color (decimal): -10240080 or 11583331. OLE color: 11583331.

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

Color convert

RGB99191176-
CMYK0.4800.080.25
HSL170.22º41.82%56.86%-
HSV(B)170.22º48.17%74.9%-
XYZ31.6143.0547.72-
YUV161.78136.0283.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.24%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 176 (69.14% from 255) = 37.77%
R=21.24%
G=40.99%
B=37.77%

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
Decimal991911760.4800.080.25170.2241.8256.86
Hex63BFB0300819aa2a39
Octal14327726060010312525271
Binary11000111011111110110000110000010001100110101010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,191,176); }

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

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

 a { background-color: rgb(99,191,176); }

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

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

 span { border-color: rgb(99,191,176); }

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