Html Css Color HEX #30CD9A Shamrock

📋 copy color: '#30CD9A'

red 48 ◦ green 205 ◦ blue 154

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

Shades of Shamrock #30CD9A

Tints of Shamrock #30CD9A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.37%

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

R = 11.79%
G = 50.37%
B = 37.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#30CD9A (or 0x30CD9A) is known color: Shamrock. HEX triplet: 30, CD and 9A. RGB value is (48,205,154). Sum of RGB (Red+Green+Blue) = 48+205+154=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #30CD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CD9A is #CF3265. Grayscale: #989898. Windows color (decimal): -13578854 or 10145072. OLE color: 10145072.

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

Color convert

RGB 48 205 154 -
CMYK 0.77 0 0.25 0.20
HSL 160.51º 0.62% 0.5% -
HSV(B) 160.51º 0.77% 0.8% -
XYZ 28.88 46.62 38.05 -
YUV 152.24 128.99 53.65 -
System Red Green Blue C M Y K H S L
Decimal 48 205 154 0.77 0 0.25 0.20 160.51 0.62 0.5
Hex 30 CD 9A 4D 0 19 14 A1 3E 32
Octal 60 315 232 115 0 31 24 241 76 62
Binary 110000 11001101 10011010 1001101 0 11001 10100 10100001 111110 110010

Color Harmonies of #30CD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CD9A

Black with #30CD9A

Text Example


Text Example

White with #30CD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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