#1C7A61

Color #1C7A61 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #1C7A61

Tints of Deep Sea #1C7A61

Color information

#1C7A61 (or 0x1C7A61) is unknown color: approx Deep Sea. HEX triplet: 1C, 7A and 61. RGB value is (28,122,97). Sum of RGB (Red+Green+Blue) = 28+122+97=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7A61 is #E3859E. Grayscale: #5B5B5B. Windows color (decimal): -14910879 or 6388252. OLE color: 6388252.

HSL color Cylindrical-coordinate representation of color #1C7A61: hue angle of 164.04º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7A61 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB2812297-
CMYK0.7700.200.52
HSL164.04º62.67%29.41%-
HSV(B)164.04º77.05%47.84%-
XYZ9.615.0313.7-
YUV91.04131.3683.03-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.34%
GREEN value IS 122 (48.05% from 255) = 49.39%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=11.34%
G=49.39%
B=39.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28122970.7700.200.52164.0462.6729.41
Hex1C7A614D01434a43f1d
Octal34172141115024642447735
Binary111001111010110000110011010101001101001010010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C7A61;
 }
 .AnyTagClassName
 {
   color: #1C7A61;
 }
</style>
background-color css

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

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

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

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

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

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