Html Css Color HEX #1C614C Evening Sea

📋 copy color: '#1C614C'

red 28 ◦ green 97 ◦ blue 76

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

Shades of Evening Sea #1C614C

Tints of Evening Sea #1C614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.81%

R = 13.93%
G = 48.26%
B = 37.81%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#1C614C (or 0x1C614C) is known color: Evening Sea. HEX triplet: 1C, 61 and 4C. RGB value is (28,97,76). Sum of RGB (Red+Green+Blue) = 28+97+76=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #1C614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C614C is #E39EB3. Grayscale: #494949. Windows color (decimal): -14917300 or 5005596. OLE color: 5005596.

HSL color Cylindrical-coordinate representation of color #1C614C: hue angle of 161.74º 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 #1C614C is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 28 97 76 -
CMYK 0.71 0 0.22 0.62
HSL 161.74º 0.55% 0.25% -
HSV(B) 161.74º 0.71% 0.38% -
XYZ 6.06 9.32 8.32 -
YUV 73.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 28 97 76 0.71 0 0.22 0.62 161.74 0.55 0.25
Hex 1C 61 4C 47 0 16 3E A2 37 19
Octal 34 141 114 107 0 26 76 242 67 31
Binary 11100 1100001 1001100 1000111 0 10110 111110 10100010 110111 11001

Color Harmonies of #1C614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C614C

Black with #1C614C

Text Example


Text Example

White with #1C614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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