#48BFA7

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

Shades of Puerto Rico #48BFA7

Tints of Puerto Rico #48BFA7

Color information

#48BFA7 (or 0x48BFA7) is unknown color: approx Puerto Rico. HEX triplet: 48, BF and A7. RGB value is (72,191,167). Sum of RGB (Red+Green+Blue) = 72+191+167=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 167 (65.62% from 255 or 38.84% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #48BFA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BFA7 is #B74058. Grayscale: #989898. Windows color (decimal): -12009561 or 10993480. OLE color: 10993480.

HSL color Cylindrical-coordinate representation of color #48BFA7: hue angle of 167.9º 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 #48BFA7 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB72191167-
CMYK0.6200.130.25
HSL167.9º48.18%51.57%-
HSV(B)167.9º62.3%74.9%-
XYZ28.2841.4343.07-
YUV152.68136.0870.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.74%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 167 (65.62% from 255) = 38.84%
R=16.74%
G=44.42%
B=38.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721911670.6200.130.25167.948.1851.57
Hex48BFA73E0D19a83034
Octal11027724776015312506064
Binary10010001011111110100111111110011011100110101000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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