Html Css Color HEX #3ABC9F Shamrock

📋 copy color: '#3ABC9F'

red 58 ◦ green 188 ◦ blue 159

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

Shades of Shamrock #3ABC9F

Tints of Shamrock #3ABC9F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.42%

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 14.32%
G = 46.42%
B = 39.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#3ABC9F (or 0x3ABC9F) is known color: Shamrock. HEX triplet: 3A, BC and 9F. RGB value is (58,188,159). Sum of RGB (Red+Green+Blue) = 58+188+159=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABC9F is #C54360. Grayscale: #919191. Windows color (decimal): -12927841 or 10468410. OLE color: 10468410.

HSL color Cylindrical-coordinate representation of color #3ABC9F: hue angle of 166.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABC9F is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 188 159 -
CMYK 0.69 0 0.15 0.26
HSL 166.62º 0.53% 0.48% -
HSV(B) 166.62º 0.69% 0.74% -
XYZ 25.99 39.37 39.03 -
YUV 145.82 135.43 65.36 -
System Red Green Blue C M Y K H S L
Decimal 58 188 159 0.69 0 0.15 0.26 166.62 0.53 0.48
Hex 3A BC 9F 45 0 F 1A A7 35 30
Octal 72 274 237 105 0 17 32 247 65 60
Binary 111010 10111100 10011111 1000101 0 1111 11010 10100111 110101 110000

Color Harmonies of #3ABC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABC9F

Black with #3ABC9F

Text Example


Text Example

White with #3ABC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,188,159); }

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

background-color css

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

 a { background-color: rgb(58,188,159); }

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

border-color css

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

 span { border-color: rgb(58,188,159); }

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