#48BEB3

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

Shades of Puerto Rico #48BEB3

Tints of Puerto Rico #48BEB3

Color information

#48BEB3 (or 0x48BEB3) is unknown color: approx Puerto Rico. HEX triplet: 48, BE and B3. RGB value is (72,190,179). Sum of RGB (Red+Green+Blue) = 72+190+179=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #48BEB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48BEB3 is #B7414C. Grayscale: #999999. Windows color (decimal): -12009805 or 11779656. OLE color: 11779656.

HSL color Cylindrical-coordinate representation of color #48BEB3: hue angle of 174.41º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BEB3 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB72190179-
CMYK0.6200.060.25
HSL174.41º47.58%51.37%-
HSV(B)174.41º62.11%74.51%-
XYZ29.2241.4649.11-
YUV153.46142.4169.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.33%
GREEN value IS 190 (74.61% from 255) = 43.08%
BLUE value IS 179 (70.31% from 255) = 40.59%
R=16.33%
G=43.08%
B=40.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721901790.6200.060.25174.4147.5851.37
Hex48BEB33E0619ae3033
Octal1102762637606312566063
Binary1001000101111101011001111111001101100110101110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,190,179); }

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

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

 a { background-color: rgb(72,190,179); }

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

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

 span { border-color: rgb(72,190,179); }

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