#63BEB0

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

Shades of Puerto Rico #63BEB0

Tints of Puerto Rico #63BEB0

Color information

#63BEB0 (or 0x63BEB0) is unknown color: approx Puerto Rico. HEX triplet: 63, BE and B0. RGB value is (99,190,176). Sum of RGB (Red+Green+Blue) = 99+190+176=465 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.29% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #63BEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BEB0 is #9C414F. Grayscale: #A1A1A1. Windows color (decimal): -10240336 or 11583075. OLE color: 11583075.

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

Color convert

RGB99190176-
CMYK0.4800.070.25
HSL170.77º41.18%56.67%-
HSV(B)170.77º47.89%74.51%-
XYZ31.442.6147.64-
YUV161.19136.3583.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.29%
GREEN value IS 190 (74.61% from 255) = 40.86%
BLUE value IS 176 (69.14% from 255) = 37.85%
R=21.29%
G=40.86%
B=37.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991901760.4800.070.25170.7741.1856.67
Hex63BEB0300719ab2939
Octal1432762606007312535171
Binary1100011101111101011000011000001111100110101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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