Html Css Color HEX #30CCAB Shamrock

📋 copy color: '#30CCAB'

red 48 ◦ green 204 ◦ blue 171

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

Shades of Shamrock #30CCAB

Tints of Shamrock #30CCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.23%

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 11.35%
G = 48.23%
B = 40.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#30CCAB (or 0x30CCAB) is known color: Shamrock. HEX triplet: 30, CC and AB. RGB value is (48,204,171). Sum of RGB (Red+Green+Blue) = 48+204+171=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #30CCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30CCAB is #CF3354. Grayscale: #999999. Windows color (decimal): -13579093 or 11258928. OLE color: 11258928.

HSL color Cylindrical-coordinate representation of color #30CCAB: hue angle of 167.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CCAB is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 204 171 -
CMYK 0.76 0 0.16 0.2
HSL 167.31º 0.62% 0.49% -
HSV(B) 167.31º 0.76% 0.8% -
XYZ 30.16 46.75 45.96 -
YUV 153.59 137.82 52.68 -
System Red Green Blue C M Y K H S L
Decimal 48 204 171 0.76 0 0.16 0.2 167.31 0.62 0.49
Hex 30 CC AB 4C 0 10 14 A7 3E 31
Octal 60 314 253 114 0 20 24 247 76 61
Binary 110000 11001100 10101011 1001100 0 10000 10100 10100111 111110 110001

Color Harmonies of #30CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CCAB

Black with #30CCAB

Text Example


Text Example

White with #30CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,204,171); }

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

background-color css

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

 a { background-color: rgb(48,204,171); }

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

border-color css

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

 span { border-color: rgb(48,204,171); }

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