Html Css Color HEX #1E736A Deep Sea

📋 copy color: '#1E736A'

red 30 ◦ green 115 ◦ blue 106

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

Shades of Deep Sea #1E736A

Tints of Deep Sea #1E736A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.23%

R = 11.95%
G = 45.82%
B = 42.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#1E736A (or 0x1E736A) is known color: Deep Sea. HEX triplet: 1E, 73 and 6A. RGB value is (30,115,106). Sum of RGB (Red+Green+Blue) = 30+115+106=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 115 - color contains mainly: green. Hex color #1E736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E736A is #E18C95. Grayscale: #585858. Windows color (decimal): -14781590 or 6976286. OLE color: 6976286.

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

Color convert

RGB 30 115 106 -
CMYK 0.74 0 0.08 0.55
HSL 173.65º 0.59% 0.28% -
HSV(B) 173.65º 0.74% 0.45% -
XYZ 9.27 13.58 15.77 -
YUV 88.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 30 115 106 0.74 0 0.08 0.55 173.65 0.59 0.28
Hex 1E 73 6A 4A 0 8 37 AE 3B 1C
Octal 36 163 152 112 0 10 67 256 73 34
Binary 11110 1110011 1101010 1001010 0 1000 110111 10101110 111011 11100

Color Harmonies of #1E736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E736A

Black with #1E736A

Text Example


Text Example

White with #1E736A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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