Html Css Color HEX #3AC88C Shamrock

📋 copy color: '#3AC88C'

red 58 ◦ green 200 ◦ blue 140

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

Shades of Shamrock #3AC88C

Tints of Shamrock #3AC88C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.25%

 BLUE value IS 140 (55.08% from 255) = 35.18%

R = 14.57%
G = 50.25%
B = 35.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#3AC88C (or 0x3AC88C) is known color: Shamrock. HEX triplet: 3A, C8 and 8C. RGB value is (58,200,140). Sum of RGB (Red+Green+Blue) = 58+200+140=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC88C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AC88C is #C53773. Grayscale: #969696. Windows color (decimal): -12924788 or 9226298. OLE color: 9226298.

HSL color Cylindrical-coordinate representation of color #3AC88C: hue angle of 154.65º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC88C is Cyan = 0.71, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 200 140 -
CMYK 0.71 0 0.3 0.22
HSL 154.65º 0.56% 0.51% -
HSV(B) 154.65º 0.71% 0.78% -
XYZ 27.13 44.1 31.89 -
YUV 150.7 121.96 61.88 -
System Red Green Blue C M Y K H S L
Decimal 58 200 140 0.71 0 0.3 0.22 154.65 0.56 0.51
Hex 3A C8 8C 47 0 1E 16 9B 38 33
Octal 72 310 214 107 0 36 26 233 70 63
Binary 111010 11001000 10001100 1000111 0 11110 10110 10011011 111000 110011

Color Harmonies of #3AC88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC88C

Black with #3AC88C

Text Example


Text Example

White with #3AC88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,200,140); }

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

background-color css

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

 a { background-color: rgb(58,200,140); }

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

border-color css

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

 span { border-color: rgb(58,200,140); }

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