Html Css Color HEX #3AF888 Shamrock

📋 copy color: '#3AF888'

red 58 ◦ green 248 ◦ blue 136

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

Shades of Shamrock #3AF888

Tints of Shamrock #3AF888

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.11%

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

R = 13.12%
G = 56.11%
B = 30.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#3AF888 (or 0x3AF888) is known color: Shamrock. HEX triplet: 3A, F8 and 88. RGB value is (58,248,136). Sum of RGB (Red+Green+Blue) = 58+248+136=442 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.12% from 442); Green value is 248 (97.27% from 255 or 56.11% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF888 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF888 is #C50777. Grayscale: #B2B2B2. Windows color (decimal): -12912504 or 8976442. OLE color: 8976442.

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

Color convert

RGB 58 248 136 -
CMYK 0.77 0 0.45 0.03
HSL 144.63º 0.93% 0.6% -
HSV(B) 144.63º 0.77% 0.97% -
XYZ 39.76 69.81 34.67 -
YUV 178.42 104.05 42.11 -
System Red Green Blue C M Y K H S L
Decimal 58 248 136 0.77 0 0.45 0.03 144.63 0.93 0.6
Hex 3A F8 88 4D 0 2D 3 91 5D 3C
Octal 72 370 210 115 0 55 3 221 135 74
Binary 111010 11111000 10001000 1001101 0 101101 11 10010001 1011101 111100

Color Harmonies of #3AF888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF888

Black with #3AF888

Text Example


Text Example

White with #3AF888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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