Html Css Color HEX #1C5A4A Evening Sea

📋 copy color: '#1C5A4A'

red 28 ◦ green 90 ◦ blue 74

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

Shades of Evening Sea #1C5A4A

Tints of Evening Sea #1C5A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.54%

R = 14.58%
G = 46.88%
B = 38.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#1C5A4A (or 0x1C5A4A) is known color: Evening Sea. HEX triplet: 1C, 5A and 4A. RGB value is (28,90,74). Sum of RGB (Red+Green+Blue) = 28+90+74=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #1C5A4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5A4A is #E3A5B5. Grayscale: #454545. Windows color (decimal): -14919094 or 4872732. OLE color: 4872732.

HSL color Cylindrical-coordinate representation of color #1C5A4A: hue angle of 164.52º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C5A4A is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 90 74 -
CMYK 0.69 0 0.18 0.65
HSL 164.52º 0.53% 0.23% -
HSV(B) 164.52º 0.69% 0.35% -
XYZ 5.37 8.05 7.75 -
YUV 69.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 28 90 74 0.69 0 0.18 0.65 164.52 0.53 0.23
Hex 1C 5A 4A 45 0 12 41 A5 35 17
Octal 34 132 112 105 0 22 101 245 65 27
Binary 11100 1011010 1001010 1000101 0 10010 1000001 10100101 110101 10111

Color Harmonies of #1C5A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5A4A

Black with #1C5A4A

Text Example


Text Example

White with #1C5A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,90,74); }

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

background-color css

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

 a { background-color: rgb(28,90,74); }

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

border-color css

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

 span { border-color: rgb(28,90,74); }

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