#1c7b66

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

Shades of Deep Sea #1C7B66

Tints of Deep Sea #1C7B66

Color information

#1C7B66 (or 0x1C7B66) is unknown color: approx Deep Sea. HEX triplet: 1C, 7B and 66. RGB value is (28,123,102). Sum of RGB (Red+Green+Blue) = 28+123+102=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #1C7B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7B66 is #E38499. Grayscale: #5C5C5C. Windows color (decimal): -14910618 or 6716188. OLE color: 6716188.

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

Color convert

RGB28123102-
CMYK0.7700.170.52
HSL166.74º62.91%29.61%-
HSV(B)166.74º77.24%48.24%-
XYZ9.9615.3715.01-
YUV92.2133.5382.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.07%
GREEN value IS 123 (48.44% from 255) = 48.62%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=11.07%
G=48.62%
B=40.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal281231020.7700.170.52166.7462.9129.61
Hex1C7B664D01134a73f1e
Octal34173146115021642477736
Binary111001111011110011010011010100011101001010011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c7b66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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