Html Css Color HEX #1B6350 Evening Sea

📋 copy color: '#1B6350'

red 27 ◦ green 99 ◦ blue 80

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

Shades of Evening Sea #1B6350

Tints of Evening Sea #1B6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.06%

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

R = 13.11%
G = 48.06%
B = 38.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#1B6350 (or 0x1B6350) is known color: Evening Sea. HEX triplet: 1B, 63 and 50. RGB value is (27,99,80). Sum of RGB (Red+Green+Blue) = 27+99+80=206 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.11% from 206); Green value is 99 (39.06% from 255 or 48.06% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 99 - color contains mainly: green. Hex color #1B6350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6350 is #E49CAF. Grayscale: #4B4B4B. Windows color (decimal): -14982320 or 5268251. OLE color: 5268251.

HSL color Cylindrical-coordinate representation of color #1B6350: hue angle of 164.17º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B6350 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 27 99 80 -
CMYK 0.73 0 0.19 0.61
HSL 164.17º 0.57% 0.25% -
HSV(B) 164.17º 0.73% 0.39% -
XYZ 6.36 9.74 9.13 -
YUV 75.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 27 99 80 0.73 0 0.19 0.61 164.17 0.57 0.25
Hex 1B 63 50 49 0 13 3D A4 39 19
Octal 33 143 120 111 0 23 75 244 71 31
Binary 11011 1100011 1010000 1001001 0 10011 111101 10100100 111001 11001

Color Harmonies of #1B6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6350

Black with #1B6350

Text Example


Text Example

White with #1B6350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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