#48BEAB

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

Shades of Puerto Rico #48BEAB

Tints of Puerto Rico #48BEAB

Color information

#48BEAB (or 0x48BEAB) is unknown color: approx Puerto Rico. HEX triplet: 48, BE and AB. RGB value is (72,190,171). Sum of RGB (Red+Green+Blue) = 72+190+171=433 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.63% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #48BEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BEAB is #B74154. Grayscale: #989898. Windows color (decimal): -12009813 or 11255368. OLE color: 11255368.

HSL color Cylindrical-coordinate representation of color #48BEAB: hue angle of 170.34º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BEAB is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB72190171-
CMYK0.6200.100.25
HSL170.34º47.58%51.37%-
HSV(B)170.34º62.11%74.51%-
XYZ28.4441.1444.97-
YUV152.55138.4170.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.63%
GREEN value IS 190 (74.61% from 255) = 43.88%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=16.63%
G=43.88%
B=39.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721901710.6200.100.25170.3447.5851.37
Hex48BEAB3E0A19aa3033
Octal11027625376012312526063
Binary10010001011111010101011111110010101100110101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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