Html Css Color HEX #1B5A50 Eden

📋 copy color: '#1B5A50'

red 27 ◦ green 90 ◦ blue 80

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

Shades of Eden #1B5A50

Tints of Eden #1B5A50

RGB

 RED value IS 27 (10.94% from 255) = 13.71%

 GREEN value IS 90 (35.55% from 255) = 45.69%

 BLUE value IS 80 (31.64% from 255) = 40.61%

R = 13.71%
G = 45.69%
B = 40.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#1B5A50 (or 0x1B5A50) is known color: Eden. HEX triplet: 1B, 5A and 50. RGB value is (27,90,80). Sum of RGB (Red+Green+Blue) = 27+90+80=197 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.71% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #1B5A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5A50 is #E4A5AF. Grayscale: #464646. Windows color (decimal): -14984624 or 5265947. OLE color: 5265947.

HSL color Cylindrical-coordinate representation of color #1B5A50: hue angle of 170.48º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5A50 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 90 80 -
CMYK 0.70 0 0.11 0.65
HSL 170.48º 0.54% 0.23% -
HSV(B) 170.48º 0.7% 0.35% -
XYZ 5.56 8.12 8.86 -
YUV 70.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 27 90 80 0.70 0 0.11 0.65 170.48 0.54 0.23
Hex 1B 5A 50 46 0 B 41 AA 36 17
Octal 33 132 120 106 0 13 101 252 66 27
Binary 11011 1011010 1010000 1000110 0 1011 1000001 10101010 110110 10111

Color Harmonies of #1B5A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5A50

Black with #1B5A50

Text Example


Text Example

White with #1B5A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,90,80); }

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

background-color css

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

 a { background-color: rgb(27,90,80); }

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

border-color css

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

 span { border-color: rgb(27,90,80); }

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