Html Css Color HEX #1E735E Deep Sea

📋 copy color: '#1E735E'

red 30 ◦ green 115 ◦ blue 94

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

Shades of Deep Sea #1E735E

Tints of Deep Sea #1E735E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.33%

R = 12.55%
G = 48.12%
B = 39.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#1E735E (or 0x1E735E) is known color: Deep Sea. HEX triplet: 1E, 73 and 5E. RGB value is (30,115,94). Sum of RGB (Red+Green+Blue) = 30+115+94=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #1E735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E735E is #E18CA1. Grayscale: #575757. Windows color (decimal): -14781602 or 6189854. OLE color: 6189854.

HSL color Cylindrical-coordinate representation of color #1E735E: hue angle of 165.18º 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 #1E735E is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 30 115 94 -
CMYK 0.74 0 0.18 0.55
HSL 165.18º 0.59% 0.28% -
HSV(B) 165.18º 0.74% 0.45% -
XYZ 8.69 13.35 12.71 -
YUV 87.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 30 115 94 0.74 0 0.18 0.55 165.18 0.59 0.28
Hex 1E 73 5E 4A 0 12 37 A5 3B 1C
Octal 36 163 136 112 0 22 67 245 73 34
Binary 11110 1110011 1011110 1001010 0 10010 110111 10100101 111011 11100

Color Harmonies of #1E735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E735E

Black with #1E735E

Text Example


Text Example

White with #1E735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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