Html Css Color HEX #30BDA0 Shamrock

📋 copy color: '#30BDA0'

red 48 ◦ green 189 ◦ blue 160

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

Shades of Shamrock #30BDA0

Tints of Shamrock #30BDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.3%

R = 12.09%
G = 47.61%
B = 40.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#30BDA0 (or 0x30BDA0) is known color: Shamrock. HEX triplet: 30, BD and A0. RGB value is (48,189,160). Sum of RGB (Red+Green+Blue) = 48+189+160=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #30BDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BDA0 is #CF425F. Grayscale: #8F8F8F. Windows color (decimal): -13582944 or 10534192. OLE color: 10534192.

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

Color convert

RGB 48 189 160 -
CMYK 0.75 0 0.15 0.26
HSL 167.66º 0.59% 0.46% -
HSV(B) 167.66º 0.75% 0.74% -
XYZ 25.76 39.56 39.54 -
YUV 143.54 137.29 59.86 -
System Red Green Blue C M Y K H S L
Decimal 48 189 160 0.75 0 0.15 0.26 167.66 0.59 0.46
Hex 30 BD A0 4B 0 F 1A A8 3B 2E
Octal 60 275 240 113 0 17 32 250 73 56
Binary 110000 10111101 10100000 1001011 0 1111 11010 10101000 111011 101110

Color Harmonies of #30BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BDA0

Black with #30BDA0

Text Example


Text Example

White with #30BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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