Html Css Color HEX #30BD9A Shamrock

📋 copy color: '#30BD9A'

red 48 ◦ green 189 ◦ blue 154

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

Shades of Shamrock #30BD9A

Tints of Shamrock #30BD9A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.34%

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 12.28%
G = 48.34%
B = 39.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#30BD9A (or 0x30BD9A) is known color: Shamrock. HEX triplet: 30, BD and 9A. RGB value is (48,189,154). Sum of RGB (Red+Green+Blue) = 48+189+154=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BD9A is #CF4265. Grayscale: #8E8E8E. Windows color (decimal): -13582950 or 10140976. OLE color: 10140976.

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

Color convert

RGB 48 189 154 -
CMYK 0.75 0 0.19 0.26
HSL 165.11º 0.59% 0.46% -
HSV(B) 165.11º 0.75% 0.74% -
XYZ 25.25 39.36 36.84 -
YUV 142.85 134.29 60.35 -
System Red Green Blue C M Y K H S L
Decimal 48 189 154 0.75 0 0.19 0.26 165.11 0.59 0.46
Hex 30 BD 9A 4B 0 13 1A A5 3B 2E
Octal 60 275 232 113 0 23 32 245 73 56
Binary 110000 10111101 10011010 1001011 0 10011 11010 10100101 111011 101110

Color Harmonies of #30BD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BD9A

Black with #30BD9A

Text Example


Text Example

White with #30BD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,189,154); }

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

background-color css

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

 a { background-color: rgb(48,189,154); }

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

border-color css

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

 span { border-color: rgb(48,189,154); }

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