#48BCA4

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

Shades of Puerto Rico #48BCA4

Tints of Puerto Rico #48BCA4

Color information

#48BCA4 (or 0x48BCA4) is unknown color: approx Puerto Rico. HEX triplet: 48, BC and A4. RGB value is (72,188,164). Sum of RGB (Red+Green+Blue) = 72+188+164=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #48BCA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BCA4 is #B7435B. Grayscale: #969696. Windows color (decimal): -12010332 or 10796104. OLE color: 10796104.

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

Color convert

RGB72188164-
CMYK0.6200.130.26
HSL167.59º46.4%50.98%-
HSV(B)167.59º61.7%73.73%-
XYZ27.3640.0241.41-
YUV150.58135.5771.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.98%
GREEN value IS 188 (73.83% from 255) = 44.34%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=16.98%
G=44.34%
B=38.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721881640.6200.130.26167.5946.450.98
Hex48BCA43E0D1Aa82e33
Octal11027424476015322505663
Binary10010001011110010100100111110011011101010101000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,188,164); }

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

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

 a { background-color: rgb(72,188,164); }

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

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

 span { border-color: rgb(72,188,164); }

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