#48BFAF

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

Shades of Puerto Rico #48BFAF

Tints of Puerto Rico #48BFAF

Color information

#48BFAF (or 0x48BFAF) is unknown color: approx Puerto Rico. HEX triplet: 48, BF and AF. RGB value is (72,191,175). Sum of RGB (Red+Green+Blue) = 72+191+175=438 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.44% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #48BFAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BFAF is #B74050. Grayscale: #999999. Windows color (decimal): -12009553 or 11517768. OLE color: 11517768.

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

Color convert

RGB72191175-
CMYK0.6200.080.25
HSL171.93º48.18%51.57%-
HSV(B)171.93º62.3%74.9%-
XYZ29.0441.7347.08-
YUV153.59140.0869.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.44%
GREEN value IS 191 (75% from 255) = 43.61%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=16.44%
G=43.61%
B=39.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721911750.6200.080.25171.9348.1851.57
Hex48BFAF3E0819ac3034
Octal11027725776010312546064
Binary10010001011111110101111111110010001100110101100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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