Html Css Color HEX #1C6A50 Evening Sea

📋 copy color: '#1C6A50'

red 28 ◦ green 106 ◦ blue 80

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

Shades of Evening Sea #1C6A50

Tints of Evening Sea #1C6A50

RGB

 RED value IS 28 (11.33% from 255) = 13.08%

 GREEN value IS 106 (41.8% from 255) = 49.53%

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

R = 13.08%
G = 49.53%
B = 37.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#1C6A50 (or 0x1C6A50) is known color: Evening Sea. HEX triplet: 1C, 6A and 50. RGB value is (28,106,80). Sum of RGB (Red+Green+Blue) = 28+106+80=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 106 (41.80% from 255 or 49.53% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 106 - color contains mainly: green. Hex color #1C6A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6A50 is #E395AF. Grayscale: #4F4F4F. Windows color (decimal): -14914992 or 5270044. OLE color: 5270044.

HSL color Cylindrical-coordinate representation of color #1C6A50: hue angle of 160º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6A50 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 106 80 -
CMYK 0.74 0 0.25 0.58
HSL 160º 0.58% 0.26% -
HSV(B) 160º 0.74% 0.42% -
XYZ 7.08 11.13 9.37 -
YUV 79.71 128.16 91.11 -
System Red Green Blue C M Y K H S L
Decimal 28 106 80 0.74 0 0.25 0.58 160 0.58 0.26
Hex 1C 6A 50 4A 0 19 3A A0 3A 1A
Octal 34 152 120 112 0 31 72 240 72 32
Binary 11100 1101010 1010000 1001010 0 11001 111010 10100000 111010 11010

Color Harmonies of #1C6A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6A50

Black with #1C6A50

Text Example


Text Example

White with #1C6A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,106,80); }

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

background-color css

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

 a { background-color: rgb(28,106,80); }

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

border-color css

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

 span { border-color: rgb(28,106,80); }

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