#4BB4AA

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

Shades of Puerto Rico #4BB4AA

Tints of Puerto Rico #4BB4AA

Color information

#4BB4AA (or 0x4BB4AA) is unknown color: approx Puerto Rico. HEX triplet: 4B, B4 and AA. RGB value is (75,180,170). Sum of RGB (Red+Green+Blue) = 75+180+170=425 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.65% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB4AA is #B44B55. Grayscale: #939393. Windows color (decimal): -11815766 or 11187275. OLE color: 11187275.

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

Color convert

RGB75180170-
CMYK0.5800.060.29
HSL174.29º41.18%50%-
HSV(B)174.29º58.33%70.59%-
XYZ26.4837.0443.78-
YUV147.46140.7176.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.65%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 170 (66.80% from 255) = 40%
R=17.65%
G=42.35%
B=40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751801700.5800.060.29174.2941.1850
Hex4BB4AA3A061Dae2932
Octal1132642527206352565162
Binary1001011101101001010101011101001101110110101110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,180,170); }

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

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

 a { background-color: rgb(75,180,170); }

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

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

 span { border-color: rgb(75,180,170); }

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