#3adbb1

Color #3ADBB1 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3ADBB1

Tints of Shamrock #3ADBB1

Color information

#3ADBB1 (or 0x3ADBB1) is unknown color: approx Shamrock. HEX triplet: 3A, DB and B1. RGB value is (58,219,177). Sum of RGB (Red+Green+Blue) = 58+219+177=454 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.78% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #3ADBB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ADBB1 is #C5244E. Grayscale: #A6A6A6. Windows color (decimal): -12919887 or 11655994. OLE color: 11655994.

HSL color Cylindrical-coordinate representation of color #3ADBB1: hue angle of 164.35º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADBB1 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB58219177-
CMYK0.7400.190.14
HSL164.35º69.1%54.31%-
HSV(B)164.35º73.52%85.88%-
XYZ35.0154.7450.31-
YUV166.07134.1650.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.78%
GREEN value IS 219 (85.94% from 255) = 48.24%
BLUE value IS 177 (69.53% from 255) = 38.99%
R=12.78%
G=48.24%
B=38.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal582191770.7400.190.14164.3569.154.31
Hex3ADBB14A013Ea44536
Octal723332611120231624410566
Binary111010110110111011000110010100100111110101001001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3adbb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,219,177); }

 H1.HeaderClassName
 {
   color: #3adbb1;
 }
 .AnyTagClassName
 {
   color: #3adbb1;
 }
</style>
background-color css

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

 a { background-color: rgb(58,219,177); }

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

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

 span { border-color: rgb(58,219,177); }

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