Html Css Color HEX #3ABEAB Shamrock

📋 copy color: '#3ABEAB'

red 58 ◦ green 190 ◦ blue 171

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

Shades of Shamrock #3ABEAB

Tints of Shamrock #3ABEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 13.84%
G = 45.35%
B = 40.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#3ABEAB (or 0x3ABEAB) is known color: Shamrock. HEX triplet: 3A, BE and AB. RGB value is (58,190,171). Sum of RGB (Red+Green+Blue) = 58+190+171=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #3ABEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABEAB is #C54154. Grayscale: #949494. Windows color (decimal): -12927317 or 11255354. OLE color: 11255354.

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

Color convert

RGB 58 190 171 -
CMYK 0.69 0 0.10 0.25
HSL 171.36º 0.53% 0.49% -
HSV(B) 171.36º 0.69% 0.75% -
XYZ 27.51 40.67 44.93 -
YUV 148.37 140.77 63.54 -
System Red Green Blue C M Y K H S L
Decimal 58 190 171 0.69 0 0.10 0.25 171.36 0.53 0.49
Hex 3A BE AB 45 0 A 19 AB 35 31
Octal 72 276 253 105 0 12 31 253 65 61
Binary 111010 10111110 10101011 1000101 0 1010 11001 10101011 110101 110001

Color Harmonies of #3ABEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABEAB

Black with #3ABEAB

Text Example


Text Example

White with #3ABEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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