Html Css Color HEX #30BA96 Shamrock

📋 copy color: '#30BA96'

red 48 ◦ green 186 ◦ blue 150

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

Shades of Shamrock #30BA96

Tints of Shamrock #30BA96

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 12.5%
G = 48.44%
B = 39.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#30BA96 (or 0x30BA96) is known color: Shamrock. HEX triplet: 30, BA and 96. RGB value is (48,186,150). Sum of RGB (Red+Green+Blue) = 48+186+150=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BA96 is #CF4569. Grayscale: #8C8C8C. Windows color (decimal): -13583722 or 9878064. OLE color: 9878064.

HSL color Cylindrical-coordinate representation of color #30BA96: hue angle of 164.35º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA96 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 186 150 -
CMYK 0.74 0 0.19 0.27
HSL 164.35º 0.59% 0.46% -
HSV(B) 164.35º 0.74% 0.73% -
XYZ 24.28 37.95 34.9 -
YUV 140.63 133.28 61.93 -
System Red Green Blue C M Y K H S L
Decimal 48 186 150 0.74 0 0.19 0.27 164.35 0.59 0.46
Hex 30 BA 96 4A 0 13 1B A4 3B 2E
Octal 60 272 226 112 0 23 33 244 73 56
Binary 110000 10111010 10010110 1001010 0 10011 11011 10100100 111011 101110

Color Harmonies of #30BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA96

Black with #30BA96

Text Example


Text Example

White with #30BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,186,150); }

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

background-color css

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

 a { background-color: rgb(48,186,150); }

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

border-color css

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

 span { border-color: rgb(48,186,150); }

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