Html Css Color HEX #1C7E6F Deep Sea

📋 copy color: '#1C7E6F'

red 28 ◦ green 126 ◦ blue 111

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

Shades of Deep Sea #1C7E6F

Tints of Deep Sea #1C7E6F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.55%

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

R = 10.57%
G = 47.55%
B = 41.89%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#1C7E6F (or 0x1C7E6F) is known color: Deep Sea. HEX triplet: 1C, 7E and 6F. RGB value is (28,126,111). Sum of RGB (Red+Green+Blue) = 28+126+111=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 126 (49.61% from 255 or 47.55% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 126 - color contains mainly: green. Hex color #1C7E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7E6F is #E38190. Grayscale: #5E5E5E. Windows color (decimal): -14909841 or 7306780. OLE color: 7306780.

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

Color convert

RGB 28 126 111 -
CMYK 0.78 0 0.12 0.51
HSL 170.82º 0.64% 0.3% -
HSV(B) 170.82º 0.78% 0.49% -
XYZ 10.81 16.32 17.62 -
YUV 94.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 28 126 111 0.78 0 0.12 0.51 170.82 0.64 0.3
Hex 1C 7E 6F 4E 0 C 33 AB 40 1E
Octal 34 176 157 116 0 14 63 253 100 36
Binary 11100 1111110 1101111 1001110 0 1100 110011 10101011 1000000 11110

Color Harmonies of #1C7E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7E6F

Black with #1C7E6F

Text Example


Text Example

White with #1C7E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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