Html Css Color HEX #3ABE98 Shamrock

📋 copy color: '#3ABE98'

red 58 ◦ green 190 ◦ blue 152

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

Shades of Shamrock #3ABE98

Tints of Shamrock #3ABE98

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.5%

 BLUE value IS 152 (59.77% from 255) = 38%

R = 14.5%
G = 47.5%
B = 38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#3ABE98 (or 0x3ABE98) is known color: Shamrock. HEX triplet: 3A, BE and 98. RGB value is (58,190,152). Sum of RGB (Red+Green+Blue) = 58+190+152=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABE98 is #C54167. Grayscale: #929292. Windows color (decimal): -12927336 or 10010170. OLE color: 10010170.

HSL color Cylindrical-coordinate representation of color #3ABE98: hue angle of 162.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABE98 is Cyan = 0.69, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 58 190 152 -
CMYK 0.69 0 0.2 0.25
HSL 162.73º 0.53% 0.49% -
HSV(B) 162.73º 0.69% 0.75% -
XYZ 25.83 39.99 36.06 -
YUV 146.2 131.27 65.09 -
System Red Green Blue C M Y K H S L
Decimal 58 190 152 0.69 0 0.2 0.25 162.73 0.53 0.49
Hex 3A BE 98 45 0 14 19 A3 35 31
Octal 72 276 230 105 0 24 31 243 65 61
Binary 111010 10111110 10011000 1000101 0 10100 11001 10100011 110101 110001

Color Harmonies of #3ABE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABE98

Black with #3ABE98

Text Example


Text Example

White with #3ABE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,190,152); }

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

background-color css

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

 a { background-color: rgb(58,190,152); }

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

border-color css

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

 span { border-color: rgb(58,190,152); }

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