Html Css Color HEX #1C6C50 Evening Sea

📋 copy color: '#1C6C50'

red 28 ◦ green 108 ◦ blue 80

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

Shades of Evening Sea #1C6C50

Tints of Evening Sea #1C6C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 50%

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

R = 12.96%
G = 50%
B = 37.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#1C6C50 (or 0x1C6C50) is known color: Evening Sea. HEX triplet: 1C, 6C and 50. RGB value is (28,108,80). Sum of RGB (Red+Green+Blue) = 28+108+80=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #1C6C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6C50 is #E393AF. Grayscale: #505050. Windows color (decimal): -14914480 or 5270556. OLE color: 5270556.

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

Color convert

RGB 28 108 80 -
CMYK 0.74 0 0.26 0.58
HSL 159º 0.59% 0.27% -
HSV(B) 159º 0.74% 0.42% -
XYZ 7.29 11.55 9.43 -
YUV 80.89 127.5 90.28 -
System Red Green Blue C M Y K H S L
Decimal 28 108 80 0.74 0 0.26 0.58 159 0.59 0.27
Hex 1C 6C 50 4A 0 1A 3A 9F 3B 1B
Octal 34 154 120 112 0 32 72 237 73 33
Binary 11100 1101100 1010000 1001010 0 11010 111010 10011111 111011 11011

Color Harmonies of #1C6C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6C50

Black with #1C6C50

Text Example


Text Example

White with #1C6C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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