#48AEAB

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

Shades of Puerto Rico #48AEAB

Tints of Puerto Rico #48AEAB

Color information

#48AEAB (or 0x48AEAB) is unknown color: approx Puerto Rico. HEX triplet: 48, AE and AB. RGB value is (72,174,171). Sum of RGB (Red+Green+Blue) = 72+174+171=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #48AEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AEAB is #B75154. Grayscale: #8F8F8F. Windows color (decimal): -12013909 or 11251272. OLE color: 11251272.

HSL color Cylindrical-coordinate representation of color #48AEAB: hue angle of 178.24º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AEAB is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB72174171-
CMYK0.5900.020.32
HSL178.24º41.46%48.24%-
HSV(B)178.24º58.62%68.24%-
XYZ25.1634.5943.88-
YUV143.16143.7177.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.27%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=17.27%
G=41.73%
B=41.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721741710.5900.020.32178.2441.4648.24
Hex48AEAB3B0220b22930
Octal1102562537302402625160
Binary1001000101011101010101111101101010000010110010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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