Html Css Color HEX #3AC988 Shamrock

📋 copy color: '#3AC988'

red 58 ◦ green 201 ◦ blue 136

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

Shades of Shamrock #3AC988

Tints of Shamrock #3AC988

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.89%

 BLUE value IS 136 (53.52% from 255) = 34.43%

R = 14.68%
G = 50.89%
B = 34.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#3AC988 (or 0x3AC988) is known color: Shamrock. HEX triplet: 3A, C9 and 88. RGB value is (58,201,136). Sum of RGB (Red+Green+Blue) = 58+201+136=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #3AC988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC988 is #C53677. Grayscale: #969696. Windows color (decimal): -12924536 or 8964410. OLE color: 8964410.

HSL color Cylindrical-coordinate representation of color #3AC988: hue angle of 152.73º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC988 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 201 136 -
CMYK 0.71 0 0.32 0.21
HSL 152.73º 0.57% 0.51% -
HSV(B) 152.73º 0.71% 0.79% -
XYZ 27.08 44.45 30.45 -
YUV 150.83 119.62 61.79 -
System Red Green Blue C M Y K H S L
Decimal 58 201 136 0.71 0 0.32 0.21 152.73 0.57 0.51
Hex 3A C9 88 47 0 20 15 99 39 33
Octal 72 311 210 107 0 40 25 231 71 63
Binary 111010 11001001 10001000 1000111 0 100000 10101 10011001 111001 110011

Color Harmonies of #3AC988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC988

Black with #3AC988

Text Example


Text Example

White with #3AC988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,201,136); }

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

background-color css

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

 a { background-color: rgb(58,201,136); }

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

border-color css

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

 span { border-color: rgb(58,201,136); }

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