#1C7A5B

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

Shades of Deep Sea #1C7A5B

Tints of Deep Sea #1C7A5B

Color information

#1C7A5B (or 0x1C7A5B) is unknown color: approx Deep Sea. HEX triplet: 1C, 7A and 5B. RGB value is (28,122,91). Sum of RGB (Red+Green+Blue) = 28+122+91=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7A5B is #E385A4. Grayscale: #5A5A5A. Windows color (decimal): -14910885 or 5995036. OLE color: 5995036.

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

Color convert

RGB2812291-
CMYK0.7700.250.52
HSL160.21º62.67%29.41%-
HSV(B)160.21º77.05%47.84%-
XYZ9.3314.9212.29-
YUV90.36128.3683.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 122 (48.05% from 255) = 50.62%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=11.62%
G=50.62%
B=37.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28122910.7700.250.52160.2162.6729.41
Hex1C7A5B4D01934a03f1d
Octal34172133115031642407735
Binary111001111010101101110011010110011101001010000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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