Html Css Color HEX #30C094 Shamrock

📋 copy color: '#30C094'

red 48 ◦ green 192 ◦ blue 148

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

Shades of Shamrock #30C094

Tints of Shamrock #30C094

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.48%

 BLUE value IS 148 (58.2% from 255) = 38.14%

R = 12.37%
G = 49.48%
B = 38.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#30C094 (or 0x30C094) is known color: Shamrock. HEX triplet: 30, C0 and 94. RGB value is (48,192,148). Sum of RGB (Red+Green+Blue) = 48+192+148=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #30C094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C094 is #CF3F6B. Grayscale: #8F8F8F. Windows color (decimal): -13582188 or 9748528. OLE color: 9748528.

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

Color convert

RGB 48 192 148 -
CMYK 0.75 0 0.23 0.25
HSL 161.67º 0.6% 0.47% -
HSV(B) 161.67º 0.75% 0.75% -
XYZ 25.41 40.47 34.49 -
YUV 143.93 130.29 59.58 -
System Red Green Blue C M Y K H S L
Decimal 48 192 148 0.75 0 0.23 0.25 161.67 0.6 0.47
Hex 30 C0 94 4B 0 17 19 A2 3C 2F
Octal 60 300 224 113 0 27 31 242 74 57
Binary 110000 11000000 10010100 1001011 0 10111 11001 10100010 111100 101111

Color Harmonies of #30C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C094

Black with #30C094

Text Example


Text Example

White with #30C094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,192,148); }

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

background-color css

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

 a { background-color: rgb(48,192,148); }

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

border-color css

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

 span { border-color: rgb(48,192,148); }

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