Html Css Color HEX #3ABE9B Shamrock

📋 copy color: '#3ABE9B'

red 58 ◦ green 190 ◦ blue 155

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

Shades of Shamrock #3ABE9B

Tints of Shamrock #3ABE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 14.39%
G = 47.15%
B = 38.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#3ABE9B (or 0x3ABE9B) is known color: Shamrock. HEX triplet: 3A, BE and 9B. RGB value is (58,190,155). Sum of RGB (Red+Green+Blue) = 58+190+155=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABE9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABE9B is #C54164. Grayscale: #929292. Windows color (decimal): -12927333 or 10206778. OLE color: 10206778.

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

Color convert

RGB 58 190 155 -
CMYK 0.69 0 0.18 0.25
HSL 164.09º 0.53% 0.49% -
HSV(B) 164.09º 0.69% 0.75% -
XYZ 26.07 40.09 37.37 -
YUV 146.54 132.77 64.85 -
System Red Green Blue C M Y K H S L
Decimal 58 190 155 0.69 0 0.18 0.25 164.09 0.53 0.49
Hex 3A BE 9B 45 0 12 19 A4 35 31
Octal 72 276 233 105 0 22 31 244 65 61
Binary 111010 10111110 10011011 1000101 0 10010 11001 10100100 110101 110001

Color Harmonies of #3ABE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABE9B

Black with #3ABE9B

Text Example


Text Example

White with #3ABE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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