Html Css Color HEX #1C6350 Evening Sea

📋 copy color: '#1C6350'

red 28 ◦ green 99 ◦ blue 80

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

Shades of Evening Sea #1C6350

Tints of Evening Sea #1C6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.83%

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

R = 13.53%
G = 47.83%
B = 38.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#1C6350 (or 0x1C6350) is known color: Evening Sea. HEX triplet: 1C, 63 and 50. RGB value is (28,99,80). Sum of RGB (Red+Green+Blue) = 28+99+80=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C6350 is #E39CAF. Grayscale: #4B4B4B. Windows color (decimal): -14916784 or 5268252. OLE color: 5268252.

HSL color Cylindrical-coordinate representation of color #1C6350: hue angle of 163.94º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6350 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 28 99 80 -
CMYK 0.72 0 0.19 0.61
HSL 163.94º 0.56% 0.25% -
HSV(B) 163.94º 0.72% 0.39% -
XYZ 6.39 9.75 9.13 -
YUV 75.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 28 99 80 0.72 0 0.19 0.61 163.94 0.56 0.25
Hex 1C 63 50 48 0 13 3D A4 38 19
Octal 34 143 120 110 0 23 75 244 70 31
Binary 11100 1100011 1010000 1001000 0 10011 111101 10100100 111000 11001

Color Harmonies of #1C6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6350

Black with #1C6350

Text Example


Text Example

White with #1C6350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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