#48CDB1

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

Shades of Puerto Rico #48CDB1

Tints of Puerto Rico #48CDB1

Color information

#48CDB1 (or 0x48CDB1) is unknown color: approx Puerto Rico. HEX triplet: 48, CD and B1. RGB value is (72,205,177). Sum of RGB (Red+Green+Blue) = 72+205+177=454 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.86% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #48CDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CDB1 is #B7324E. Grayscale: #A2A2A2. Windows color (decimal): -12005967 or 11652424. OLE color: 11652424.

HSL color Cylindrical-coordinate representation of color #48CDB1: hue angle of 167.37º degrees, saturation: 0.57, 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 #48CDB1 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB72205177-
CMYK0.6500.140.20
HSL167.37º57.08%54.31%-
HSV(B)167.37º64.88%80.39%-
XYZ32.4448.2149.19-
YUV162.04136.4463.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.86%
GREEN value IS 205 (80.47% from 255) = 45.15%
BLUE value IS 177 (69.53% from 255) = 38.99%
R=15.86%
G=45.15%
B=38.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal722051770.6500.140.20167.3757.0854.31
Hex48CDB1410E14a73936
Octal110315261101016242477166
Binary100100011001101101100011000001011101010010100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,205,177); }

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

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

 a { background-color: rgb(72,205,177); }

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

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

 span { border-color: rgb(72,205,177); }

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