Html Css Color HEX #30C19C Shamrock

📋 copy color: '#30C19C'

red 48 ◦ green 193 ◦ blue 156

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

Shades of Shamrock #30C19C

Tints of Shamrock #30C19C

RGB

 RED value IS 48 (19.14% from 255) = 12.09%

 GREEN value IS 193 (75.78% from 255) = 48.61%

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

R = 12.09%
G = 48.61%
B = 39.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#30C19C (or 0x30C19C) is known color: Shamrock. HEX triplet: 30, C1 and 9C. RGB value is (48,193,156). Sum of RGB (Red+Green+Blue) = 48+193+156=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #30C19C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C19C is #CF3E63. Grayscale: #919191. Windows color (decimal): -13581924 or 10273072. OLE color: 10273072.

HSL color Cylindrical-coordinate representation of color #30C19C: hue angle of 164.69º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C19C is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 193 156 -
CMYK 0.75 0 0.19 0.24
HSL 164.69º 0.6% 0.47% -
HSV(B) 164.69º 0.75% 0.76% -
XYZ 26.29 41.17 38.01 -
YUV 145.43 133.96 58.51 -
System Red Green Blue C M Y K H S L
Decimal 48 193 156 0.75 0 0.19 0.24 164.69 0.6 0.47
Hex 30 C1 9C 4B 0 13 18 A5 3C 2F
Octal 60 301 234 113 0 23 30 245 74 57
Binary 110000 11000001 10011100 1001011 0 10011 11000 10100101 111100 101111

Color Harmonies of #30C19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C19C

Black with #30C19C

Text Example


Text Example

White with #30C19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30C19C; }

 p { color: rgb(48,193,156); }

 H1.HeaderClassName
 {
   color: #30C19C;
 }
 .AnyTagClassName
 {
   color: #30C19C;
 }
</style>

background-color css

<style>
 a { background-color: #30C19C; }

 a { background-color: rgb(48,193,156); }

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

border-color css

<style>
 span { border-color: #30C19C; }

 span { border-color: rgb(48,193,156); }

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