#4BB699

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

Shades of Puerto Rico #4BB699

Tints of Puerto Rico #4BB699

Color information

#4BB699 (or 0x4BB699) is unknown color: approx Puerto Rico. HEX triplet: 4B, B6 and 99. RGB value is (75,182,153). Sum of RGB (Red+Green+Blue) = 75+182+153=410 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.29% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 182 - color contains mainly: green. Hex color #4BB699 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB699 is #B44966. Grayscale: #929292. Windows color (decimal): -11815271 or 10073675. OLE color: 10073675.

HSL color Cylindrical-coordinate representation of color #4BB699: hue angle of 163.74º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB699 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB75182153-
CMYK0.5900.160.29
HSL163.74º42.29%50.39%-
HSV(B)163.74º58.79%71.37%-
XYZ25.3837.2535.99-
YUV146.7131.5576.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.29%
GREEN value IS 182 (71.48% from 255) = 44.39%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=18.29%
G=44.39%
B=37.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751821530.5900.160.29163.7442.2950.39
Hex4BB6993B0101Da42a32
Octal11326623173020352445262
Binary100101110110110100110011110110100001110110100100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BB699; }

 p { color: rgb(75,182,153); }

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

<style>
 a { background-color: #4BB699; }

 a { background-color: rgb(75,182,153); }

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

<style>
 span { border-color: #4BB699; }

 span { border-color: rgb(75,182,153); }

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