Html Css Color HEX #30D09D Shamrock

📋 copy color: '#30D09D'

red 48 ◦ green 208 ◦ blue 157

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

Shades of Shamrock #30D09D

Tints of Shamrock #30D09D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.36%

 BLUE value IS 157 (61.72% from 255) = 38.01%

R = 11.62%
G = 50.36%
B = 38.01%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#30D09D (or 0x30D09D) is known color: Shamrock. HEX triplet: 30, D0 and 9D. RGB value is (48,208,157). Sum of RGB (Red+Green+Blue) = 48+208+157=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #30D09D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D09D is #CF2F62. Grayscale: #9A9A9A. Windows color (decimal): -13578083 or 10342448. OLE color: 10342448.

HSL color Cylindrical-coordinate representation of color #30D09D: hue angle of 160.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D09D is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 208 157 -
CMYK 0.77 0 0.25 0.18
HSL 160.88º 0.63% 0.5% -
HSV(B) 160.88º 0.77% 0.82% -
XYZ 29.86 48.17 39.62 -
YUV 154.35 129.49 52.15 -
System Red Green Blue C M Y K H S L
Decimal 48 208 157 0.77 0 0.25 0.18 160.88 0.63 0.5
Hex 30 D0 9D 4D 0 19 12 A1 3F 32
Octal 60 320 235 115 0 31 22 241 77 62
Binary 110000 11010000 10011101 1001101 0 11001 10010 10100001 111111 110010

Color Harmonies of #30D09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D09D

Black with #30D09D

Text Example


Text Example

White with #30D09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,208,157); }

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

background-color css

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

 a { background-color: rgb(48,208,157); }

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

border-color css

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

 span { border-color: rgb(48,208,157); }

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