#48B9AE

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

Shades of Puerto Rico #48B9AE

Tints of Puerto Rico #48B9AE

Color information

#48B9AE (or 0x48B9AE) is unknown color: approx Puerto Rico. HEX triplet: 48, B9 and AE. RGB value is (72,185,174). Sum of RGB (Red+Green+Blue) = 72+185+174=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #48B9AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48B9AE is #B74651. Grayscale: #959595. Windows color (decimal): -12011090 or 11450696. OLE color: 11450696.

HSL color Cylindrical-coordinate representation of color #48B9AE: hue angle of 174.16º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48B9AE is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB72185174-
CMYK0.6100.060.27
HSL174.16º44.66%50.39%-
HSV(B)174.16º61.08%72.55%-
XYZ27.6639.1346.14-
YUV149.96141.5672.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.71%
GREEN value IS 185 (72.66% from 255) = 42.92%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=16.71%
G=42.92%
B=40.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721851740.6100.060.27174.1644.6650.39
Hex48B9AE3D061Bae2d32
Octal1102712567506332565562
Binary1001000101110011010111011110101101101110101110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48B9AE; }

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

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

<style>
 a { background-color: #48B9AE; }

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

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

<style>
 span { border-color: #48B9AE; }

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

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