Html Css Color HEX #1E7A6D Deep Sea

📋 copy color: '#1E7A6D'

red 30 ◦ green 122 ◦ blue 109

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

Shades of Deep Sea #1E7A6D

Tints of Deep Sea #1E7A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.74%

 BLUE value IS 109 (42.97% from 255) = 41.76%

R = 11.49%
G = 46.74%
B = 41.76%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#1E7A6D (or 0x1E7A6D) is known color: Deep Sea. HEX triplet: 1E, 7A and 6D. RGB value is (30,122,109). Sum of RGB (Red+Green+Blue) = 30+122+109=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7A6D is #E18592. Grayscale: #5C5C5C. Windows color (decimal): -14779795 or 7174686. OLE color: 7174686.

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

Color convert

RGB 30 122 109 -
CMYK 0.75 0 0.11 0.52
HSL 171.52º 0.61% 0.3% -
HSV(B) 171.52º 0.75% 0.48% -
XYZ 10.26 15.3 16.88 -
YUV 93.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 30 122 109 0.75 0 0.11 0.52 171.52 0.61 0.3
Hex 1E 7A 6D 4B 0 B 34 AC 3D 1E
Octal 36 172 155 113 0 13 64 254 75 36
Binary 11110 1111010 1101101 1001011 0 1011 110100 10101100 111101 11110

Color Harmonies of #1E7A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7A6D

Black with #1E7A6D

Text Example


Text Example

White with #1E7A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,122,109); }

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

background-color css

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

 a { background-color: rgb(30,122,109); }

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

border-color css

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

 span { border-color: rgb(30,122,109); }

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