Html Css Color HEX #30BE9A Shamrock

📋 copy color: '#30BE9A'

red 48 ◦ green 190 ◦ blue 154

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

Shades of Shamrock #30BE9A

Tints of Shamrock #30BE9A

RGB

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

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

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

R = 12.24%
G = 48.47%
B = 39.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#30BE9A (or 0x30BE9A) is known color: Shamrock. HEX triplet: 30, BE and 9A. RGB value is (48,190,154). Sum of RGB (Red+Green+Blue) = 48+190+154=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #30BE9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BE9A is #CF4165. Grayscale: #8F8F8F. Windows color (decimal): -13582694 or 10141232. OLE color: 10141232.

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

Color convert

RGB 48 190 154 -
CMYK 0.75 0 0.19 0.25
HSL 164.79º 0.6% 0.47% -
HSV(B) 164.79º 0.75% 0.75% -
XYZ 25.47 39.79 36.91 -
YUV 143.44 133.96 59.93 -
System Red Green Blue C M Y K H S L
Decimal 48 190 154 0.75 0 0.19 0.25 164.79 0.6 0.47
Hex 30 BE 9A 4B 0 13 19 A5 3C 2F
Octal 60 276 232 113 0 23 31 245 74 57
Binary 110000 10111110 10011010 1001011 0 10011 11001 10100101 111100 101111

Color Harmonies of #30BE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BE9A

Black with #30BE9A

Text Example


Text Example

White with #30BE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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