Html Css Color HEX #1C604D Evening Sea

📋 copy color: '#1C604D'

red 28 ◦ green 96 ◦ blue 77

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

Shades of Evening Sea #1C604D

Tints of Evening Sea #1C604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.76%

 BLUE value IS 77 (30.47% from 255) = 38.31%

R = 13.93%
G = 47.76%
B = 38.31%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#1C604D (or 0x1C604D) is known color: Evening Sea. HEX triplet: 1C, 60 and 4D. RGB value is (28,96,77). Sum of RGB (Red+Green+Blue) = 28+96+77=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #1C604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C604D is #E39FB2. Grayscale: #494949. Windows color (decimal): -14917555 or 5070876. OLE color: 5070876.

HSL color Cylindrical-coordinate representation of color #1C604D: hue angle of 163.24º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C604D is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 28 96 77 -
CMYK 0.71 0 0.20 0.62
HSL 163.24º 0.55% 0.24% -
HSV(B) 163.24º 0.71% 0.38% -
XYZ 6 9.15 8.47 -
YUV 73.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 28 96 77 0.71 0 0.20 0.62 163.24 0.55 0.24
Hex 1C 60 4D 47 0 14 3E A3 37 18
Octal 34 140 115 107 0 24 76 243 67 30
Binary 11100 1100000 1001101 1000111 0 10100 111110 10100011 110111 11000

Color Harmonies of #1C604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C604D

Black with #1C604D

Text Example


Text Example

White with #1C604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,96,77); }

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

background-color css

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

 a { background-color: rgb(28,96,77); }

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

border-color css

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

 span { border-color: rgb(28,96,77); }

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