Html Css Color HEX #48CE9C Shamrock

📋 copy color: '#48CE9C'

red 72 ◦ green 206 ◦ blue 156

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

Shades of Shamrock #48CE9C

Tints of Shamrock #48CE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 16.59%
G = 47.47%
B = 35.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#48CE9C (or 0x48CE9C) is known color: Shamrock. HEX triplet: 48, CE and 9C. RGB value is (72,206,156). Sum of RGB (Red+Green+Blue) = 72+206+156=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CE9C is #B73163. Grayscale: #A0A0A0. Windows color (decimal): -12005732 or 10276424. OLE color: 10276424.

HSL color Cylindrical-coordinate representation of color #48CE9C: hue angle of 157.61º 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 #48CE9C is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 206 156 -
CMYK 0.65 0 0.24 0.19
HSL 157.61º 0.58% 0.55% -
HSV(B) 157.61º 0.65% 0.81% -
XYZ 30.74 47.92 39.08 -
YUV 160.23 125.61 65.07 -
System Red Green Blue C M Y K H S L
Decimal 72 206 156 0.65 0 0.24 0.19 157.61 0.58 0.55
Hex 48 CE 9C 41 0 18 13 9E 3A 37
Octal 110 316 234 101 0 30 23 236 72 67
Binary 1001000 11001110 10011100 1000001 0 11000 10011 10011110 111010 110111

Color Harmonies of #48CE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CE9C

Black with #48CE9C

Text Example


Text Example

White with #48CE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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