Html Css Color HEX #30C69D Shamrock

📋 copy color: '#30C69D'

red 48 ◦ green 198 ◦ blue 157

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

Shades of Shamrock #30C69D

Tints of Shamrock #30C69D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.13%

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 11.91%
G = 49.13%
B = 38.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#30C69D (or 0x30C69D) is known color: Shamrock. HEX triplet: 30, C6 and 9D. RGB value is (48,198,157). Sum of RGB (Red+Green+Blue) = 48+198+157=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #30C69D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C69D is #CF3962. Grayscale: #949494. Windows color (decimal): -13580643 or 10339888. OLE color: 10339888.

HSL color Cylindrical-coordinate representation of color #30C69D: hue angle of 163.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C69D is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 198 157 -
CMYK 0.76 0 0.21 0.22
HSL 163.6º 0.61% 0.48% -
HSV(B) 163.6º 0.76% 0.78% -
XYZ 27.5 43.45 38.84 -
YUV 148.48 132.81 56.33 -
System Red Green Blue C M Y K H S L
Decimal 48 198 157 0.76 0 0.21 0.22 163.6 0.61 0.48
Hex 30 C6 9D 4C 0 15 16 A4 3D 30
Octal 60 306 235 114 0 25 26 244 75 60
Binary 110000 11000110 10011101 1001100 0 10101 10110 10100100 111101 110000

Color Harmonies of #30C69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C69D

Black with #30C69D

Text Example


Text Example

White with #30C69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,198,157); }

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

background-color css

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

 a { background-color: rgb(48,198,157); }

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

border-color css

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

 span { border-color: rgb(48,198,157); }

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