Html Css Color HEX #1E815E Deep Sea

📋 copy color: '#1E815E'

red 30 ◦ green 129 ◦ blue 94

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

Shades of Deep Sea #1E815E

Tints of Deep Sea #1E815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.99%

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

R = 11.86%
G = 50.99%
B = 37.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#1E815E (or 0x1E815E) is known color: Deep Sea. HEX triplet: 1E, 81 and 5E. RGB value is (30,129,94). Sum of RGB (Red+Green+Blue) = 30+129+94=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #1E815E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E815E is #E17EA1. Grayscale: #5F5F5F. Windows color (decimal): -14778018 or 6193438. OLE color: 6193438.

HSL color Cylindrical-coordinate representation of color #1E815E: hue angle of 158.79º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E815E is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 30 129 94 -
CMYK 0.77 0 0.27 0.49
HSL 158.79º 0.62% 0.31% -
HSV(B) 158.79º 0.77% 0.51% -
XYZ 10.41 16.78 13.28 -
YUV 95.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 30 129 94 0.77 0 0.27 0.49 158.79 0.62 0.31
Hex 1E 81 5E 4D 0 1B 31 9F 3E 1F
Octal 36 201 136 115 0 33 61 237 76 37
Binary 11110 10000001 1011110 1001101 0 11011 110001 10011111 111110 11111

Color Harmonies of #1E815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E815E

Black with #1E815E

Text Example


Text Example

White with #1E815E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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