#1C7F6E

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

Shades of Deep Sea #1C7F6E

Tints of Deep Sea #1C7F6E

Color information

#1C7F6E (or 0x1C7F6E) is unknown color: approx Deep Sea. HEX triplet: 1C, 7F and 6E. RGB value is (28,127,110). Sum of RGB (Red+Green+Blue) = 28+127+110=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #1C7F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7F6E is #E38091. Grayscale: #5F5F5F. Windows color (decimal): -14909586 or 7241500. OLE color: 7241500.

HSL color Cylindrical-coordinate representation of color #1C7F6E: hue angle of 169.7º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C7F6E is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB28127110-
CMYK0.7800.130.50
HSL169.7º63.87%30.39%-
HSV(B)169.7º77.95%49.8%-
XYZ10.8816.5517.37-
YUV95.46136.279.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.57%
GREEN value IS 127 (50% from 255) = 47.92%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=10.57%
G=47.92%
B=41.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal281271100.7800.130.50169.763.8730.39
Hex1C7F6E4E0D32aa401e
Octal341771561160156225210036
Binary111001111111110111010011100110111001010101010100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,127,110); }

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

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

 a { background-color: rgb(28,127,110); }

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

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

 span { border-color: rgb(28,127,110); }

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