Html Css Color HEX #1E715C Deep Sea

📋 copy color: '#1E715C'

red 30 ◦ green 113 ◦ blue 92

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

Shades of Deep Sea #1E715C

Tints of Deep Sea #1E715C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.09%

 BLUE value IS 92 (36.33% from 255) = 39.15%

R = 12.77%
G = 48.09%
B = 39.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#1E715C (or 0x1E715C) is known color: Deep Sea. HEX triplet: 1E, 71 and 5C. RGB value is (30,113,92). Sum of RGB (Red+Green+Blue) = 30+113+92=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #1E715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E715C is #E18EA3. Grayscale: #555555. Windows color (decimal): -14782116 or 6058270. OLE color: 6058270.

HSL color Cylindrical-coordinate representation of color #1E715C: hue angle of 164.82º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E715C is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 113 92 -
CMYK 0.73 0 0.19 0.56
HSL 164.82º 0.58% 0.28% -
HSV(B) 164.82º 0.73% 0.44% -
XYZ 8.37 12.86 12.17 -
YUV 85.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 30 113 92 0.73 0 0.19 0.56 164.82 0.58 0.28
Hex 1E 71 5C 49 0 13 38 A5 3A 1C
Octal 36 161 134 111 0 23 70 245 72 34
Binary 11110 1110001 1011100 1001001 0 10011 111000 10100101 111010 11100

Color Harmonies of #1E715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E715C

Black with #1E715C

Text Example


Text Example

White with #1E715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,113,92); }

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

background-color css

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

 a { background-color: rgb(30,113,92); }

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

border-color css

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

 span { border-color: rgb(30,113,92); }

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