#48CCAB

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

Shades of Puerto Rico #48CCAB

Tints of Puerto Rico #48CCAB

Color information

#48CCAB (or 0x48CCAB) is unknown color: approx Puerto Rico. HEX triplet: 48, CC and AB. RGB value is (72,204,171). Sum of RGB (Red+Green+Blue) = 72+204+171=447 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.11% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #48CCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CCAB is #B73354. Grayscale: #A0A0A0. Windows color (decimal): -12006229 or 11258952. OLE color: 11258952.

HSL color Cylindrical-coordinate representation of color #48CCAB: hue angle of 165º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CCAB is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB72204171-
CMYK0.6500.160.2
HSL165º56.41%54.12%-
HSV(B)165º64.71%80%-
XYZ31.6247.546.03-
YUV160.77133.7764.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.11%
GREEN value IS 204 (80.08% from 255) = 45.64%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=16.11%
G=45.64%
B=38.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal722041710.6500.160.216556.4154.12
Hex48CCAB4101014a53836
Octal110314253101020242457066
Binary1001000110011001010101110000010100001010010100101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,204,171); }

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

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

 a { background-color: rgb(72,204,171); }

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

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

 span { border-color: rgb(72,204,171); }

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