Html Css Color HEX #3AF988 Shamrock

📋 copy color: '#3AF988'

red 58 ◦ green 249 ◦ blue 136

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

Shades of Shamrock #3AF988

Tints of Shamrock #3AF988

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.21%

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

R = 13.09%
G = 56.21%
B = 30.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#3AF988 (or 0x3AF988) is known color: Shamrock. HEX triplet: 3A, F9 and 88. RGB value is (58,249,136). Sum of RGB (Red+Green+Blue) = 58+249+136=443 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.09% from 443); Green value is 249 (97.66% from 255 or 56.21% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF988 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF988 is #C50677. Grayscale: #B3B3B3. Windows color (decimal): -12912248 or 8976698. OLE color: 8976698.

HSL color Cylindrical-coordinate representation of color #3AF988: hue angle of 144.5º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF988 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 249 136 -
CMYK 0.77 0 0.45 0.02
HSL 144.5º 0.94% 0.6% -
HSV(B) 144.5º 0.77% 0.98% -
XYZ 40.06 70.43 34.77 -
YUV 179.01 103.72 41.69 -
System Red Green Blue C M Y K H S L
Decimal 58 249 136 0.77 0 0.45 0.02 144.5 0.94 0.6
Hex 3A F9 88 4D 0 2D 2 91 5E 3C
Octal 72 371 210 115 0 55 2 221 136 74
Binary 111010 11111001 10001000 1001101 0 101101 10 10010001 1011110 111100

Color Harmonies of #3AF988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF988

Black with #3AF988

Text Example


Text Example

White with #3AF988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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