Html Css Color HEX #1C7C6F Deep Sea

📋 copy color: '#1C7C6F'

red 28 ◦ green 124 ◦ blue 111

#1C7C6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #1C7C6F

Tints of Deep Sea #1C7C6F

RGB

 RED value IS 28 (11.33% from 255) = 10.65%

 GREEN value IS 124 (48.83% from 255) = 47.15%

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 10.65%
G = 47.15%
B = 42.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#1C7C6F (or 0x1C7C6F) is known color: Deep Sea. HEX triplet: 1C, 7C and 6F. RGB value is (28,124,111). Sum of RGB (Red+Green+Blue) = 28+124+111=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #1C7C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7C6F is #E38390. Grayscale: #5D5D5D. Windows color (decimal): -14910353 or 7306268. OLE color: 7306268.

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

Color convert

RGB 28 124 111 -
CMYK 0.77 0 0.10 0.51
HSL 171.88º 0.63% 0.3% -
HSV(B) 171.88º 0.77% 0.49% -
XYZ 10.56 15.81 17.53 -
YUV 93.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 28 124 111 0.77 0 0.10 0.51 171.88 0.63 0.3
Hex 1C 7C 6F 4D 0 A 33 AC 3F 1E
Octal 34 174 157 115 0 12 63 254 77 36
Binary 11100 1111100 1101111 1001101 0 1010 110011 10101100 111111 11110

Color Harmonies of #1C7C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7C6F

Black with #1C7C6F

Text Example


Text Example

White with #1C7C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,124,111); }

 H1.HeaderClassName
 {
   color: #1C7C6F;
 }
 .AnyTagClassName
 {
   color: #1C7C6F;
 }
</style>

background-color css

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

 a { background-color: rgb(28,124,111); }

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

border-color css

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

 span { border-color: rgb(28,124,111); }

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