Html Css Color HEX #30C4AC Shamrock

📋 copy color: '#30C4AC'

red 48 ◦ green 196 ◦ blue 172

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

Shades of Shamrock #30C4AC

Tints of Shamrock #30C4AC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 11.54%
G = 47.12%
B = 41.35%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#30C4AC (or 0x30C4AC) is known color: Shamrock. HEX triplet: 30, C4 and AC. RGB value is (48,196,172). Sum of RGB (Red+Green+Blue) = 48+196+172=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #30C4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C4AC is #CF3B53. Grayscale: #949494. Windows color (decimal): -13581140 or 11322416. OLE color: 11322416.

HSL color Cylindrical-coordinate representation of color #30C4AC: hue angle of 170.27º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C4AC is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 196 172 -
CMYK 0.76 0 0.12 0.23
HSL 170.27º 0.61% 0.48% -
HSV(B) 170.27º 0.76% 0.77% -
XYZ 28.41 43.09 45.85 -
YUV 149.01 140.97 55.95 -
System Red Green Blue C M Y K H S L
Decimal 48 196 172 0.76 0 0.12 0.23 170.27 0.61 0.48
Hex 30 C4 AC 4C 0 C 17 AA 3D 30
Octal 60 304 254 114 0 14 27 252 75 60
Binary 110000 11000100 10101100 1001100 0 1100 10111 10101010 111101 110000

Color Harmonies of #30C4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C4AC

Black with #30C4AC

Text Example


Text Example

White with #30C4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,196,172); }

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

background-color css

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

 a { background-color: rgb(48,196,172); }

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

border-color css

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

 span { border-color: rgb(48,196,172); }

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