#4BB9AE

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

Shades of Puerto Rico #4BB9AE

Tints of Puerto Rico #4BB9AE

Color information

#4BB9AE (or 0x4BB9AE) is unknown color: approx Puerto Rico. HEX triplet: 4B, B9 and AE. RGB value is (75,185,174). Sum of RGB (Red+Green+Blue) = 75+185+174=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #4BB9AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB9AE is #B44651. Grayscale: #969696. Windows color (decimal): -11814482 or 11450699. OLE color: 11450699.

HSL color Cylindrical-coordinate representation of color #4BB9AE: hue angle of 174º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB9AE is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB75185174-
CMYK0.5900.060.27
HSL174º44%50.98%-
HSV(B)174º59.46%72.55%-
XYZ27.8939.2546.15-
YUV150.86141.0673.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.28%
GREEN value IS 185 (72.66% from 255) = 42.63%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=17.28%
G=42.63%
B=40.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751851740.5900.060.271744450.98
Hex4BB9AE3B061Bae2c33
Octal1132712567306332565463
Binary1001011101110011010111011101101101101110101110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,185,174); }

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

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

 a { background-color: rgb(75,185,174); }

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

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

 span { border-color: rgb(75,185,174); }

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