#48DBAE

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

Shades of Shamrock #48DBAE

Tints of Shamrock #48DBAE

Color information

#48DBAE (or 0x48DBAE) is unknown color: approx Shamrock. HEX triplet: 48, DB and AE. RGB value is (72,219,174). Sum of RGB (Red+Green+Blue) = 72+219+174=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DBAE is #B72451. Grayscale: #A9A9A9. Windows color (decimal): -12002386 or 11459400. OLE color: 11459400.

HSL color Cylindrical-coordinate representation of color #48DBAE: hue angle of 161.63º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DBAE is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB72219174-
CMYK0.6700.210.14
HSL161.63º67.12%57.06%-
HSV(B)161.63º67.12%85.88%-
XYZ35.6455.148.8-
YUV169.92130.358.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.48%
GREEN value IS 219 (85.94% from 255) = 47.10%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=15.48%
G=47.10%
B=37.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal722191740.6700.210.14161.6367.1257.06
Hex48DBAE43015Ea24339
Octal1103332561030251624210371
Binary1001000110110111010111010000110101011110101000101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,219,174); }

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

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

 a { background-color: rgb(72,219,174); }

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

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

 span { border-color: rgb(72,219,174); }

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