Html Css Color HEX #30BE8D Shamrock

📋 copy color: '#30BE8D'

red 48 ◦ green 190 ◦ blue 141

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

Shades of Shamrock #30BE8D

Tints of Shamrock #30BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.13%

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 12.66%
G = 50.13%
B = 37.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#30BE8D (or 0x30BE8D) is known color: Shamrock. HEX triplet: 30, BE and 8D. RGB value is (48,190,141). Sum of RGB (Red+Green+Blue) = 48+190+141=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BE8D is #CF4172. Grayscale: #8E8E8E. Windows color (decimal): -13582707 or 9289264. OLE color: 9289264.

HSL color Cylindrical-coordinate representation of color #30BE8D: hue angle of 159.3º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BE8D is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 190 141 -
CMYK 0.75 0 0.26 0.25
HSL 159.3º 0.6% 0.47% -
HSV(B) 159.3º 0.75% 0.75% -
XYZ 24.44 39.38 31.51 -
YUV 141.96 127.46 60.98 -
System Red Green Blue C M Y K H S L
Decimal 48 190 141 0.75 0 0.26 0.25 159.3 0.6 0.47
Hex 30 BE 8D 4B 0 1A 19 9F 3C 2F
Octal 60 276 215 113 0 32 31 237 74 57
Binary 110000 10111110 10001101 1001011 0 11010 11001 10011111 111100 101111

Color Harmonies of #30BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BE8D

Black with #30BE8D

Text Example


Text Example

White with #30BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,190,141); }

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

background-color css

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

 a { background-color: rgb(48,190,141); }

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

border-color css

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

 span { border-color: rgb(48,190,141); }

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