#48BF9B

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

Shades of Puerto Rico #48BF9B

Tints of Puerto Rico #48BF9B

Color information

#48BF9B (or 0x48BF9B) is unknown color: approx Puerto Rico. HEX triplet: 48, BF and 9B. RGB value is (72,191,155). Sum of RGB (Red+Green+Blue) = 72+191+155=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BF9B is #B74064. Grayscale: #979797. Windows color (decimal): -12009573 or 10207048. OLE color: 10207048.

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

Color convert

RGB72191155-
CMYK0.6200.190.25
HSL161.85º48.18%51.57%-
HSV(B)161.85º62.3%74.9%-
XYZ27.2241.0137.49-
YUV151.32130.0871.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.22%
GREEN value IS 191 (75% from 255) = 45.69%
BLUE value IS 155 (60.94% from 255) = 37.08%
R=17.22%
G=45.69%
B=37.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721911550.6200.190.25161.8548.1851.57
Hex48BF9B3E01319a23034
Octal11027723376023312426064
Binary100100010111111100110111111100100111100110100010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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