Html Css Color HEX #48CEA4 Shamrock

📋 copy color: '#48CEA4'

red 72 ◦ green 206 ◦ blue 164

#48CEA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #48CEA4

Tints of Shamrock #48CEA4

RGB

 RED value IS 72 (28.52% from 255) = 16.29%

 GREEN value IS 206 (80.86% from 255) = 46.61%

 BLUE value IS 164 (64.45% from 255) = 37.1%

R = 16.29%
G = 46.61%
B = 37.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#48CEA4 (or 0x48CEA4) is known color: Shamrock. HEX triplet: 48, CE and A4. RGB value is (72,206,164). Sum of RGB (Red+Green+Blue) = 72+206+164=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #48CEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CEA4 is #B7315B. Grayscale: #A1A1A1. Windows color (decimal): -12005724 or 10800712. OLE color: 10800712.

HSL color Cylindrical-coordinate representation of color #48CEA4: hue angle of 161.19º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CEA4 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 206 164 -
CMYK 0.65 0 0.20 0.19
HSL 161.19º 0.58% 0.55% -
HSV(B) 161.19º 0.65% 0.81% -
XYZ 31.44 48.2 42.77 -
YUV 161.15 129.61 64.42 -
System Red Green Blue C M Y K H S L
Decimal 72 206 164 0.65 0 0.20 0.19 161.19 0.58 0.55
Hex 48 CE A4 41 0 14 13 A1 3A 37
Octal 110 316 244 101 0 24 23 241 72 67
Binary 1001000 11001110 10100100 1000001 0 10100 10011 10100001 111010 110111

Color Harmonies of #48CEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CEA4

Black with #48CEA4

Text Example


Text Example

White with #48CEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48CEA4;
 }
 .AnyTagClassName
 {
   color: #48CEA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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