#1c7b63

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

Shades of Deep Sea #1C7B63

Tints of Deep Sea #1C7B63

Color information

#1C7B63 (or 0x1C7B63) is unknown color: approx Deep Sea. HEX triplet: 1C, 7B and 63. RGB value is (28,123,99). Sum of RGB (Red+Green+Blue) = 28+123+99=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 123 (48.44% from 255 or 49.2% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 123 - color contains mainly: green. Hex color #1C7B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7B63 is #E3849C. Grayscale: #5B5B5B. Windows color (decimal): -14910621 or 6519580. OLE color: 6519580.

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

Color convert

RGB2812399-
CMYK0.7700.200.52
HSL164.84º62.91%29.61%-
HSV(B)164.84º77.24%48.24%-
XYZ9.8115.3114.24-
YUV91.86132.0382.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.2%
GREEN value IS 123 (48.44% from 255) = 49.2%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=11.2%
G=49.2%
B=39.6%

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
Decimal28123990.7700.200.52164.8462.9129.61
Hex1C7B634D01434a53f1e
Octal34173143115024642457736
Binary111001111011110001110011010101001101001010010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c7b63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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