Html Css Color HEX #30BD9B Shamrock

📋 copy color: '#30BD9B'

red 48 ◦ green 189 ◦ blue 155

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

Shades of Shamrock #30BD9B

Tints of Shamrock #30BD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.54%

R = 12.24%
G = 48.21%
B = 39.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#30BD9B (or 0x30BD9B) is known color: Shamrock. HEX triplet: 30, BD and 9B. RGB value is (48,189,155). Sum of RGB (Red+Green+Blue) = 48+189+155=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BD9B is #CF4264. Grayscale: #8E8E8E. Windows color (decimal): -13582949 or 10206512. OLE color: 10206512.

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

Color convert

RGB 48 189 155 -
CMYK 0.75 0 0.18 0.26
HSL 165.53º 0.59% 0.46% -
HSV(B) 165.53º 0.75% 0.74% -
XYZ 25.33 39.39 37.28 -
YUV 142.97 134.79 60.26 -
System Red Green Blue C M Y K H S L
Decimal 48 189 155 0.75 0 0.18 0.26 165.53 0.59 0.46
Hex 30 BD 9B 4B 0 12 1A A6 3B 2E
Octal 60 275 233 113 0 22 32 246 73 56
Binary 110000 10111101 10011011 1001011 0 10010 11010 10100110 111011 101110

Color Harmonies of #30BD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BD9B

Black with #30BD9B

Text Example


Text Example

White with #30BD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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