Html Css Color HEX #1C614D Evening Sea

📋 copy color: '#1C614D'

red 28 ◦ green 97 ◦ blue 77

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

Shades of Evening Sea #1C614D

Tints of Evening Sea #1C614D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.02%

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

R = 13.86%
G = 48.02%
B = 38.12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#1C614D (or 0x1C614D) is known color: Evening Sea. HEX triplet: 1C, 61 and 4D. RGB value is (28,97,77). Sum of RGB (Red+Green+Blue) = 28+97+77=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #1C614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C614D is #E39EB2. Grayscale: #4A4A4A. Windows color (decimal): -14917299 or 5071132. OLE color: 5071132.

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

Color convert

RGB 28 97 77 -
CMYK 0.71 0 0.21 0.62
HSL 162.61º 0.55% 0.25% -
HSV(B) 162.61º 0.71% 0.38% -
XYZ 6.09 9.33 8.5 -
YUV 74.09 129.64 95.13 -
System Red Green Blue C M Y K H S L
Decimal 28 97 77 0.71 0 0.21 0.62 162.61 0.55 0.25
Hex 1C 61 4D 47 0 15 3E A3 37 19
Octal 34 141 115 107 0 25 76 243 67 31
Binary 11100 1100001 1001101 1000111 0 10101 111110 10100011 110111 11001

Color Harmonies of #1C614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C614D

Black with #1C614D

Text Example


Text Example

White with #1C614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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