Html Css Color HEX #30EBA7 Shamrock

📋 copy color: '#30EBA7'

red 48 ◦ green 235 ◦ blue 167

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

Shades of Shamrock #30EBA7

Tints of Shamrock #30EBA7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.22%

 BLUE value IS 167 (65.63% from 255) = 37.11%

R = 10.67%
G = 52.22%
B = 37.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#30EBA7 (or 0x30EBA7) is known color: Shamrock. HEX triplet: 30, EB and A7. RGB value is (48,235,167). Sum of RGB (Red+Green+Blue) = 48+235+167=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #30EBA7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EBA7 is #CF1458. Grayscale: #ABABAB. Windows color (decimal): -13571161 or 11004720. OLE color: 11004720.

HSL color Cylindrical-coordinate representation of color #30EBA7: hue angle of 158.18º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EBA7 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 235 167 -
CMYK 0.80 0 0.29 0.08
HSL 158.18º 0.82% 0.55% -
HSV(B) 158.18º 0.8% 0.92% -
XYZ 37.9 62.84 46.69 -
YUV 171.34 125.55 40.03 -
System Red Green Blue C M Y K H S L
Decimal 48 235 167 0.80 0 0.29 0.08 158.18 0.82 0.55
Hex 30 EB A7 50 0 1D 8 9E 52 37
Octal 60 353 247 120 0 35 10 236 122 67
Binary 110000 11101011 10100111 1010000 0 11101 1000 10011110 1010010 110111

Color Harmonies of #30EBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EBA7

Black with #30EBA7

Text Example


Text Example

White with #30EBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,235,167); }

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

background-color css

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

 a { background-color: rgb(48,235,167); }

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

border-color css

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

 span { border-color: rgb(48,235,167); }

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