Html Css Color HEX #1E7C6E Deep Sea

📋 copy color: '#1E7C6E'

red 30 ◦ green 124 ◦ blue 110

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

Shades of Deep Sea #1E7C6E

Tints of Deep Sea #1E7C6E

RGB

 RED value IS 30 (12.11% from 255) = 11.36%

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

 BLUE value IS 110 (43.36% from 255) = 41.67%

R = 11.36%
G = 46.97%
B = 41.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#1E7C6E (or 0x1E7C6E) is known color: Deep Sea. HEX triplet: 1E, 7C and 6E. RGB value is (30,124,110). Sum of RGB (Red+Green+Blue) = 30+124+110=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #1E7C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7C6E is #E18391. Grayscale: #5E5E5E. Windows color (decimal): -14779282 or 7240734. OLE color: 7240734.

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

Color convert

RGB 30 124 110 -
CMYK 0.76 0 0.11 0.51
HSL 171.06º 0.61% 0.3% -
HSV(B) 171.06º 0.76% 0.49% -
XYZ 10.56 15.82 17.25 -
YUV 94.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 30 124 110 0.76 0 0.11 0.51 171.06 0.61 0.3
Hex 1E 7C 6E 4C 0 B 33 AB 3D 1E
Octal 36 174 156 114 0 13 63 253 75 36
Binary 11110 1111100 1101110 1001100 0 1011 110011 10101011 111101 11110

Color Harmonies of #1E7C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7C6E

Black with #1E7C6E

Text Example


Text Example

White with #1E7C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,124,110); }

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

background-color css

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

 a { background-color: rgb(30,124,110); }

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

border-color css

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

 span { border-color: rgb(30,124,110); }

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