Html Css Color HEX #1E7369 Deep Sea

📋 copy color: '#1E7369'

red 30 ◦ green 115 ◦ blue 105

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

Shades of Deep Sea #1E7369

Tints of Deep Sea #1E7369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

 BLUE value IS 105 (41.41% from 255) = 42%

R = 12%
G = 46%
B = 42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#1E7369 (or 0x1E7369) is known color: Deep Sea. HEX triplet: 1E, 73 and 69. RGB value is (30,115,105). Sum of RGB (Red+Green+Blue) = 30+115+105=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #1E7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7369 is #E18C96. Grayscale: #585858. Windows color (decimal): -14781591 or 6910750. OLE color: 6910750.

HSL color Cylindrical-coordinate representation of color #1E7369: hue angle of 172.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E7369 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 30 115 105 -
CMYK 0.74 0 0.09 0.55
HSL 172.94º 0.59% 0.28% -
HSV(B) 172.94º 0.74% 0.45% -
XYZ 9.22 13.56 15.5 -
YUV 88.45 137.34 86.31 -
System Red Green Blue C M Y K H S L
Decimal 30 115 105 0.74 0 0.09 0.55 172.94 0.59 0.28
Hex 1E 73 69 4A 0 9 37 AD 3B 1C
Octal 36 163 151 112 0 11 67 255 73 34
Binary 11110 1110011 1101001 1001010 0 1001 110111 10101101 111011 11100

Color Harmonies of #1E7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7369

Black with #1E7369

Text Example


Text Example

White with #1E7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,115,105); }

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

background-color css

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

 a { background-color: rgb(30,115,105); }

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

border-color css

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

 span { border-color: rgb(30,115,105); }

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