Html Css Color HEX #48CF9C Shamrock

📋 copy color: '#48CF9C'

red 72 ◦ green 207 ◦ blue 156

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

Shades of Shamrock #48CF9C

Tints of Shamrock #48CF9C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.59%

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

R = 16.55%
G = 47.59%
B = 35.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#48CF9C (or 0x48CF9C) is known color: Shamrock. HEX triplet: 48, CF and 9C. RGB value is (72,207,156). Sum of RGB (Red+Green+Blue) = 72+207+156=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CF9C is #B73063. Grayscale: #A0A0A0. Windows color (decimal): -12005476 or 10276680. OLE color: 10276680.

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

Color convert

RGB 72 207 156 -
CMYK 0.65 0 0.25 0.19
HSL 157.33º 0.58% 0.55% -
HSV(B) 157.33º 0.65% 0.81% -
XYZ 30.99 48.4 39.16 -
YUV 160.82 125.27 64.65 -
System Red Green Blue C M Y K H S L
Decimal 72 207 156 0.65 0 0.25 0.19 157.33 0.58 0.55
Hex 48 CF 9C 41 0 19 13 9D 3A 37
Octal 110 317 234 101 0 31 23 235 72 67
Binary 1001000 11001111 10011100 1000001 0 11001 10011 10011101 111010 110111

Color Harmonies of #48CF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF9C

Black with #48CF9C

Text Example


Text Example

White with #48CF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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