#4BB8AA

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

Shades of Puerto Rico #4BB8AA

Tints of Puerto Rico #4BB8AA

Color information

#4BB8AA (or 0x4BB8AA) is unknown color: approx Puerto Rico. HEX triplet: 4B, B8 and AA. RGB value is (75,184,170). Sum of RGB (Red+Green+Blue) = 75+184+170=429 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.48% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #4BB8AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB8AA is #B44755. Grayscale: #959595. Windows color (decimal): -11814742 or 11188299. OLE color: 11188299.

HSL color Cylindrical-coordinate representation of color #4BB8AA: hue angle of 172.29º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB8AA is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB75184170-
CMYK0.5900.080.28
HSL172.29º43.43%50.78%-
HSV(B)172.29º59.24%72.16%-
XYZ27.338.6844.06-
YUV149.81139.3974.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.48%
GREEN value IS 184 (72.27% from 255) = 42.89%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=17.48%
G=42.89%
B=39.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751841700.5900.080.28172.2943.4350.78
Hex4BB8AA3B081Cac2b33
Octal11327025273010342545363
Binary10010111011100010101010111011010001110010101100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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