Html Css Color HEX #1E765D Deep Sea

📋 copy color: '#1E765D'

red 30 ◦ green 118 ◦ blue 93

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

Shades of Deep Sea #1E765D

Tints of Deep Sea #1E765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.96%

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 12.45%
G = 48.96%
B = 38.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#1E765D (or 0x1E765D) is known color: Deep Sea. HEX triplet: 1E, 76 and 5D. RGB value is (30,118,93). Sum of RGB (Red+Green+Blue) = 30+118+93=241 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.45% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #1E765D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E765D is #E189A2. Grayscale: #585858. Windows color (decimal): -14780835 or 6125086. OLE color: 6125086.

HSL color Cylindrical-coordinate representation of color #1E765D: hue angle of 162.95º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E765D is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 30 118 93 -
CMYK 0.75 0 0.21 0.54
HSL 162.95º 0.59% 0.29% -
HSV(B) 162.95º 0.75% 0.46% -
XYZ 8.99 14.02 12.59 -
YUV 88.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 30 118 93 0.75 0 0.21 0.54 162.95 0.59 0.29
Hex 1E 76 5D 4B 0 15 36 A3 3B 1D
Octal 36 166 135 113 0 25 66 243 73 35
Binary 11110 1110110 1011101 1001011 0 10101 110110 10100011 111011 11101

Color Harmonies of #1E765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E765D

Black with #1E765D

Text Example


Text Example

White with #1E765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,118,93); }

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

background-color css

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

 a { background-color: rgb(30,118,93); }

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

border-color css

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

 span { border-color: rgb(30,118,93); }

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