#46BC99

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

Shades of Puerto Rico #46BC99

Tints of Puerto Rico #46BC99

Color information

#46BC99 (or 0x46BC99) is unknown color: approx Puerto Rico. HEX triplet: 46, BC and 99. RGB value is (70,188,153). Sum of RGB (Red+Green+Blue) = 70+188+153=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #46BC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BC99 is #B94366. Grayscale: #949494. Windows color (decimal): -12141415 or 10075206. OLE color: 10075206.

HSL color Cylindrical-coordinate representation of color #46BC99: hue angle of 162.2º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BC99 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB70188153-
CMYK0.6300.190.26
HSL162.2º46.83%50.59%-
HSV(B)162.2º62.77%73.73%-
XYZ26.2639.5736.39-
YUV148.73130.4171.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.03%
GREEN value IS 188 (73.83% from 255) = 45.74%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=17.03%
G=45.74%
B=37.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701881530.6300.190.26162.246.8350.59
Hex46BC993F0131Aa22f33
Octal10627423177023322425763
Binary100011010111100100110011111110100111101010100010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46BC99; }

 p { color: rgb(70,188,153); }

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

<style>
 a { background-color: #46BC99; }

 a { background-color: rgb(70,188,153); }

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

<style>
 span { border-color: #46BC99; }

 span { border-color: rgb(70,188,153); }

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