#48BBB4

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

Shades of Puerto Rico #48BBB4

Tints of Puerto Rico #48BBB4

Color information

#48BBB4 (or 0x48BBB4) is unknown color: approx Puerto Rico. HEX triplet: 48, BB and B4. RGB value is (72,187,180). Sum of RGB (Red+Green+Blue) = 72+187+180=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 187 - color contains mainly: green. Hex color #48BBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BBB4 is #B7444B. Grayscale: #979797. Windows color (decimal): -12010572 or 11844424. OLE color: 11844424.

HSL color Cylindrical-coordinate representation of color #48BBB4: hue angle of 176.35º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48BBB4 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB72187180-
CMYK0.6100.040.27
HSL176.35º45.82%50.78%-
HSV(B)176.35º61.5%73.33%-
XYZ28.6840.2149.43-
YUV151.82143.971.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.40%
GREEN value IS 187 (73.44% from 255) = 42.60%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=16.40%
G=42.60%
B=41.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721871800.6100.040.27176.3545.8250.78
Hex48BBB43D041Bb02e33
Octal1102732647504332605663
Binary1001000101110111011010011110101001101110110000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,187,180); }

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

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

 a { background-color: rgb(72,187,180); }

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

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

 span { border-color: rgb(72,187,180); }

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