Html Css Color HEX #1D6B5A Eden

📋 copy color: '#1D6B5A'

red 29 ◦ green 107 ◦ blue 90

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

Shades of Eden #1D6B5A

Tints of Eden #1D6B5A

RGB

 RED value IS 29 (11.72% from 255) = 12.83%

 GREEN value IS 107 (42.19% from 255) = 47.35%

 BLUE value IS 90 (35.55% from 255) = 39.82%

R = 12.83%
G = 47.35%
B = 39.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#1D6B5A (or 0x1D6B5A) is known color: Eden. HEX triplet: 1D, 6B and 5A. RGB value is (29,107,90). Sum of RGB (Red+Green+Blue) = 29+107+90=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #1D6B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6B5A is #E294A5. Grayscale: #515151. Windows color (decimal): -14849190 or 5925661. OLE color: 5925661.

HSL color Cylindrical-coordinate representation of color #1D6B5A: hue angle of 166.92º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D6B5A is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 107 90 -
CMYK 0.73 0 0.16 0.58
HSL 166.92º 0.57% 0.27% -
HSV(B) 166.92º 0.73% 0.42% -
XYZ 7.61 11.51 11.49 -
YUV 81.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 29 107 90 0.73 0 0.16 0.58 166.92 0.57 0.27
Hex 1D 6B 5A 49 0 10 3A A7 39 1B
Octal 35 153 132 111 0 20 72 247 71 33
Binary 11101 1101011 1011010 1001001 0 10000 111010 10100111 111001 11011

Color Harmonies of #1D6B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6B5A

Black with #1D6B5A

Text Example


Text Example

White with #1D6B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,107,90); }

 H1.HeaderClassName
 {
   color: #1D6B5A;
 }
 .AnyTagClassName
 {
   color: #1D6B5A;
 }
</style>

background-color css

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

 a { background-color: rgb(29,107,90); }

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

border-color css

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

 span { border-color: rgb(29,107,90); }

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