#1DAF8B

Color #1DAF8B Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1DAF8B

Tints of Mountain Meadow #1DAF8B

Color information

#1DAF8B (or 0x1DAF8B) is unknown color: approx Mountain Meadow. HEX triplet: 1D, AF and 8B. RGB value is (29,175,139). Sum of RGB (Red+Green+Blue) = 29+175+139=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAF8B is #E25074. Grayscale: #7F7F7F. Windows color (decimal): -14831733 or 9154333. OLE color: 9154333.

HSL color Cylindrical-coordinate representation of color #1DAF8B: hue angle of 165.21º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAF8B is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB29175139-
CMYK0.8300.210.31
HSL165.21º71.57%40%-
HSV(B)165.21º83.43%68.63%-
XYZ20.532.7929.67-
YUV127.24134.6357.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.45%
GREEN value IS 175 (68.75% from 255) = 51.02%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=8.45%
G=51.02%
B=40.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal291751390.8300.210.31165.2171.5740
Hex1DAF8B530151Fa54828
Octal352572131230253724511050
Binary111011010111110001011101001101010111111101001011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1DAF8B; }

 p { color: rgb(29,175,139); }

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

<style>
 a { background-color: #1DAF8B; }

 a { background-color: rgb(29,175,139); }

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

<style>
 span { border-color: #1DAF8B; }

 span { border-color: rgb(29,175,139); }

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