Html Css Color HEX #30BE94 Shamrock

📋 copy color: '#30BE94'

red 48 ◦ green 190 ◦ blue 148

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

Shades of Shamrock #30BE94

Tints of Shamrock #30BE94

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.22%

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

R = 12.44%
G = 49.22%
B = 38.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#30BE94 (or 0x30BE94) is known color: Shamrock. HEX triplet: 30, BE and 94. RGB value is (48,190,148). Sum of RGB (Red+Green+Blue) = 48+190+148=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BE94 is #CF416B. Grayscale: #8E8E8E. Windows color (decimal): -13582700 or 9748016. OLE color: 9748016.

HSL color Cylindrical-coordinate representation of color #30BE94: hue angle of 162.25º 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 #30BE94 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 190 148 -
CMYK 0.75 0 0.22 0.25
HSL 162.25º 0.6% 0.47% -
HSV(B) 162.25º 0.75% 0.75% -
XYZ 24.98 39.59 34.34 -
YUV 142.75 130.96 60.42 -
System Red Green Blue C M Y K H S L
Decimal 48 190 148 0.75 0 0.22 0.25 162.25 0.6 0.47
Hex 30 BE 94 4B 0 16 19 A2 3C 2F
Octal 60 276 224 113 0 26 31 242 74 57
Binary 110000 10111110 10010100 1001011 0 10110 11001 10100010 111100 101111

Color Harmonies of #30BE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BE94

Black with #30BE94

Text Example


Text Example

White with #30BE94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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