Html Css Color HEX #30BBA0 Shamrock

📋 copy color: '#30BBA0'

red 48 ◦ green 187 ◦ blue 160

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

Shades of Shamrock #30BBA0

Tints of Shamrock #30BBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.34%

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

R = 12.15%
G = 47.34%
B = 40.51%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#30BBA0 (or 0x30BBA0) is known color: Shamrock. HEX triplet: 30, BB and A0. RGB value is (48,187,160). Sum of RGB (Red+Green+Blue) = 48+187+160=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BBA0 is #CF445F. Grayscale: #8E8E8E. Windows color (decimal): -13583456 or 10533680. OLE color: 10533680.

HSL color Cylindrical-coordinate representation of color #30BBA0: hue angle of 168.35º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BBA0 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 187 160 -
CMYK 0.74 0 0.14 0.27
HSL 168.35º 0.59% 0.46% -
HSV(B) 168.35º 0.74% 0.73% -
XYZ 25.33 38.71 39.39 -
YUV 142.36 137.95 60.7 -
System Red Green Blue C M Y K H S L
Decimal 48 187 160 0.74 0 0.14 0.27 168.35 0.59 0.46
Hex 30 BB A0 4A 0 E 1B A8 3B 2E
Octal 60 273 240 112 0 16 33 250 73 56
Binary 110000 10111011 10100000 1001010 0 1110 11011 10101000 111011 101110

Color Harmonies of #30BBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBA0

Black with #30BBA0

Text Example


Text Example

White with #30BBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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