Html Css Color HEX #30CE86 Shamrock

📋 copy color: '#30CE86'

red 48 ◦ green 206 ◦ blue 134

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

Shades of Shamrock #30CE86

Tints of Shamrock #30CE86

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.09%

 BLUE value IS 134 (52.73% from 255) = 34.54%

R = 12.37%
G = 53.09%
B = 34.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#30CE86 (or 0x30CE86) is known color: Shamrock. HEX triplet: 30, CE and 86. RGB value is (48,206,134). Sum of RGB (Red+Green+Blue) = 48+206+134=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 206 (80.86% from 255 or 53.09% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CE86 is #CF3179. Grayscale: #969696. Windows color (decimal): -13578618 or 8834608. OLE color: 8834608.

HSL color Cylindrical-coordinate representation of color #30CE86: hue angle of 152.66º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CE86 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 206 134 -
CMYK 0.77 0 0.35 0.19
HSL 152.66º 0.62% 0.5% -
HSV(B) 152.66º 0.77% 0.81% -
XYZ 27.59 46.49 30.07 -
YUV 150.55 118.65 54.85 -
System Red Green Blue C M Y K H S L
Decimal 48 206 134 0.77 0 0.35 0.19 152.66 0.62 0.5
Hex 30 CE 86 4D 0 23 13 99 3E 32
Octal 60 316 206 115 0 43 23 231 76 62
Binary 110000 11001110 10000110 1001101 0 100011 10011 10011001 111110 110010

Color Harmonies of #30CE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CE86

Black with #30CE86

Text Example


Text Example

White with #30CE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,206,134); }

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

background-color css

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

 a { background-color: rgb(48,206,134); }

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

border-color css

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

 span { border-color: rgb(48,206,134); }

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