Html Css Color HEX #3ABC9C Shamrock

📋 copy color: '#3ABC9C'

red 58 ◦ green 188 ◦ blue 156

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

Shades of Shamrock #3ABC9C

Tints of Shamrock #3ABC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 14.43%
G = 46.77%
B = 38.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#3ABC9C (or 0x3ABC9C) is known color: Shamrock. HEX triplet: 3A, BC and 9C. RGB value is (58,188,156). Sum of RGB (Red+Green+Blue) = 58+188+156=402 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.43% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABC9C is #C54363. Grayscale: #919191. Windows color (decimal): -12927844 or 10271802. OLE color: 10271802.

HSL color Cylindrical-coordinate representation of color #3ABC9C: hue angle of 165.23º 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 #3ABC9C is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 188 156 -
CMYK 0.69 0 0.17 0.26
HSL 165.23º 0.53% 0.48% -
HSV(B) 165.23º 0.69% 0.74% -
XYZ 25.73 39.27 37.68 -
YUV 145.48 133.93 65.6 -
System Red Green Blue C M Y K H S L
Decimal 58 188 156 0.69 0 0.17 0.26 165.23 0.53 0.48
Hex 3A BC 9C 45 0 11 1A A5 35 30
Octal 72 274 234 105 0 21 32 245 65 60
Binary 111010 10111100 10011100 1000101 0 10001 11010 10100101 110101 110000

Color Harmonies of #3ABC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABC9C

Black with #3ABC9C

Text Example


Text Example

White with #3ABC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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