#48AF99

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

Shades of Puerto Rico #48AF99

Tints of Puerto Rico #48AF99

Color information

#48AF99 (or 0x48AF99) is unknown color: approx Puerto Rico. HEX triplet: 48, AF and 99. RGB value is (72,175,153). Sum of RGB (Red+Green+Blue) = 72+175+153=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #48AF99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48AF99 is #B75066. Grayscale: #8D8D8D. Windows color (decimal): -12013671 or 10071880. OLE color: 10071880.

HSL color Cylindrical-coordinate representation of color #48AF99: hue angle of 167.18º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48AF99 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB72175153-
CMYK0.5900.130.31
HSL167.18º41.7%48.43%-
HSV(B)167.18º58.86%68.63%-
XYZ23.7534.3435.51-
YUV141.7134.3878.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 153 (60.16% from 255) = 38.25%
R=18%
G=43.75%
B=38.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721751530.5900.130.31167.1841.748.43
Hex48AF993B0D1Fa72a30
Octal11025723173015372475260
Binary10010001010111110011001111011011011111110100111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,175,153); }

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

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

 a { background-color: rgb(72,175,153); }

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

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

 span { border-color: rgb(72,175,153); }

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