Html Css Color HEX #30C0A0 Shamrock

📋 copy color: '#30C0A0'

red 48 ◦ green 192 ◦ blue 160

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

Shades of Shamrock #30C0A0

Tints of Shamrock #30C0A0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48%

 BLUE value IS 160 (62.89% from 255) = 40%

R = 12%
G = 48%
B = 40%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#30C0A0 (or 0x30C0A0) is known color: Shamrock. HEX triplet: 30, C0 and A0. RGB value is (48,192,160). Sum of RGB (Red+Green+Blue) = 48+192+160=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #30C0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C0A0 is #CF3F5F. Grayscale: #919191. Windows color (decimal): -13582176 or 10534960. OLE color: 10534960.

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

Color convert

RGB 48 192 160 -
CMYK 0.75 0 0.17 0.25
HSL 166.67º 0.6% 0.47% -
HSV(B) 166.67º 0.75% 0.75% -
XYZ 26.41 40.87 39.75 -
YUV 145.3 136.29 58.6 -
System Red Green Blue C M Y K H S L
Decimal 48 192 160 0.75 0 0.17 0.25 166.67 0.6 0.47
Hex 30 C0 A0 4B 0 11 19 A7 3C 2F
Octal 60 300 240 113 0 21 31 247 74 57
Binary 110000 11000000 10100000 1001011 0 10001 11001 10100111 111100 101111

Color Harmonies of #30C0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C0A0

Black with #30C0A0

Text Example


Text Example

White with #30C0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,192,160); }

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

background-color css

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

 a { background-color: rgb(48,192,160); }

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

border-color css

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

 span { border-color: rgb(48,192,160); }

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