#1C7B5E

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

Shades of Deep Sea #1C7B5E

Tints of Deep Sea #1C7B5E

Color information

#1C7B5E (or 0x1C7B5E) is unknown color: approx Deep Sea. HEX triplet: 1C, 7B and 5E. RGB value is (28,123,94). Sum of RGB (Red+Green+Blue) = 28+123+94=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #1C7B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7B5E is #E384A1. Grayscale: #5B5B5B. Windows color (decimal): -14910626 or 6191900. OLE color: 6191900.

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

Color convert

RGB2812394-
CMYK0.7700.240.52
HSL161.68º62.91%29.61%-
HSV(B)161.68º77.24%48.24%-
XYZ9.5815.2213.02-
YUV91.29129.5382.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.43%
GREEN value IS 123 (48.44% from 255) = 50.20%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=11.43%
G=50.20%
B=38.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28123940.7700.240.52161.6862.9129.61
Hex1C7B5E4D01834a23f1e
Octal34173136115030642427736
Binary111001111011101111010011010110001101001010001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,123,94); }

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

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

 a { background-color: rgb(28,123,94); }

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

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

 span { border-color: rgb(28,123,94); }

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