#1C7A64

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

Shades of Deep Sea #1C7A64

Tints of Deep Sea #1C7A64

Color information

#1C7A64 (or 0x1C7A64) is unknown color: approx Deep Sea. HEX triplet: 1C, 7A and 64. RGB value is (28,122,100). Sum of RGB (Red+Green+Blue) = 28+122+100=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7A64 is #E3859B. Grayscale: #5B5B5B. Windows color (decimal): -14910876 or 6584860. OLE color: 6584860.

HSL color Cylindrical-coordinate representation of color #1C7A64: hue angle of 165.96º 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 #1C7A64 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB28122100-
CMYK0.7700.180.52
HSL165.96º62.67%29.41%-
HSV(B)165.96º77.05%47.84%-
XYZ9.7415.0914.46-
YUV91.39132.8682.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.2%
GREEN value IS 122 (48.05% from 255) = 48.8%
BLUE value IS 100 (39.45% from 255) = 40%
R=11.2%
G=48.8%
B=40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal281221000.7700.180.52165.9662.6729.41
Hex1C7A644D01234a63f1d
Octal34172144115022642467735
Binary111001111010110010010011010100101101001010011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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