#48BDB4

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

Shades of Puerto Rico #48BDB4

Tints of Puerto Rico #48BDB4

Color information

#48BDB4 (or 0x48BDB4) is unknown color: approx Puerto Rico. HEX triplet: 48, BD and B4. RGB value is (72,189,180). Sum of RGB (Red+Green+Blue) = 72+189+180=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #48BDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BDB4 is #B7424B. Grayscale: #989898. Windows color (decimal): -12010060 or 11844936. OLE color: 11844936.

HSL color Cylindrical-coordinate representation of color #48BDB4: hue angle of 175.38º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BDB4 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB72189180-
CMYK0.6200.050.26
HSL175.38º46.99%51.18%-
HSV(B)175.38º61.9%74.12%-
XYZ29.1141.0749.57-
YUV152.99143.2470.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.33%
GREEN value IS 189 (74.22% from 255) = 42.86%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=16.33%
G=42.86%
B=40.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721891800.6200.050.26175.3846.9951.18
Hex48BDB43E051Aaf2f33
Octal1102752647605322575763
Binary1001000101111011011010011111001011101010101111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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