Html Css Color HEX #3AE696 Shamrock

📋 copy color: '#3AE696'

red 58 ◦ green 230 ◦ blue 150

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

Shades of Shamrock #3AE696

Tints of Shamrock #3AE696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.51%

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

R = 13.24%
G = 52.51%
B = 34.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#3AE696 (or 0x3AE696) is known color: Shamrock. HEX triplet: 3A, E6 and 96. RGB value is (58,230,150). Sum of RGB (Red+Green+Blue) = 58+230+150=438 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.24% from 438); Green value is 230 (90.23% from 255 or 52.51% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 230 - color contains mainly: green. Hex color #3AE696 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AE696 is #C51969. Grayscale: #A9A9A9. Windows color (decimal): -12917098 or 9889338. OLE color: 9889338.

HSL color Cylindrical-coordinate representation of color #3AE696: hue angle of 152.09º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE696 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 58 230 150 -
CMYK 0.75 0 0.35 0.10
HSL 152.09º 0.77% 0.56% -
HSV(B) 152.09º 0.75% 0.9% -
XYZ 35.55 59.7 38.5 -
YUV 169.45 117.02 48.5 -
System Red Green Blue C M Y K H S L
Decimal 58 230 150 0.75 0 0.35 0.10 152.09 0.77 0.56
Hex 3A E6 96 4B 0 23 A 98 4D 38
Octal 72 346 226 113 0 43 12 230 115 70
Binary 111010 11100110 10010110 1001011 0 100011 1010 10011000 1001101 111000

Color Harmonies of #3AE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE696

Black with #3AE696

Text Example


Text Example

White with #3AE696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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