Html Css Color HEX #3ABC96 Shamrock

📋 copy color: '#3ABC96'

red 58 ◦ green 188 ◦ blue 150

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

Shades of Shamrock #3ABC96

Tints of Shamrock #3ABC96

RGB

 RED value IS 58 (23.05% from 255) = 14.65%

 GREEN value IS 188 (73.83% from 255) = 47.47%

 BLUE value IS 150 (58.98% from 255) = 37.88%

R = 14.65%
G = 47.47%
B = 37.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#3ABC96 (or 0x3ABC96) is known color: Shamrock. HEX triplet: 3A, BC and 96. RGB value is (58,188,150). Sum of RGB (Red+Green+Blue) = 58+188+150=396 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.65% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABC96 is #C54369. Grayscale: #909090. Windows color (decimal): -12927850 or 9878586. OLE color: 9878586.

HSL color Cylindrical-coordinate representation of color #3ABC96: hue angle of 162.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABC96 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 188 150 -
CMYK 0.69 0 0.20 0.26
HSL 162.46º 0.53% 0.48% -
HSV(B) 162.46º 0.69% 0.74% -
XYZ 25.23 39.07 35.07 -
YUV 144.8 130.93 66.09 -
System Red Green Blue C M Y K H S L
Decimal 58 188 150 0.69 0 0.20 0.26 162.46 0.53 0.48
Hex 3A BC 96 45 0 14 1A A2 35 30
Octal 72 274 226 105 0 24 32 242 65 60
Binary 111010 10111100 10010110 1000101 0 10100 11010 10100010 110101 110000

Color Harmonies of #3ABC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABC96

Black with #3ABC96

Text Example


Text Example

White with #3ABC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ABC96; }

 p { color: rgb(58,188,150); }

 H1.HeaderClassName
 {
   color: #3ABC96;
 }
 .AnyTagClassName
 {
   color: #3ABC96;
 }
</style>

background-color css

<style>
 a { background-color: #3ABC96; }

 a { background-color: rgb(58,188,150); }

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

border-color css

<style>
 span { border-color: #3ABC96; }

 span { border-color: rgb(58,188,150); }

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