Html Css Color HEX #1E765A Deep Sea

📋 copy color: '#1E765A'

red 30 ◦ green 118 ◦ blue 90

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

Shades of Deep Sea #1E765A

Tints of Deep Sea #1E765A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.82%

R = 12.61%
G = 49.58%
B = 37.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#1E765A (or 0x1E765A) is known color: Deep Sea. HEX triplet: 1E, 76 and 5A. RGB value is (30,118,90). Sum of RGB (Red+Green+Blue) = 30+118+90=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #1E765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E765A is #E189A5. Grayscale: #585858. Windows color (decimal): -14780838 or 5928478. OLE color: 5928478.

HSL color Cylindrical-coordinate representation of color #1E765A: hue angle of 160.91º 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 #1E765A is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 30 118 90 -
CMYK 0.75 0 0.24 0.54
HSL 160.91º 0.59% 0.29% -
HSV(B) 160.91º 0.75% 0.46% -
XYZ 8.86 13.97 11.9 -
YUV 88.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 30 118 90 0.75 0 0.24 0.54 160.91 0.59 0.29
Hex 1E 76 5A 4B 0 18 36 A1 3B 1D
Octal 36 166 132 113 0 30 66 241 73 35
Binary 11110 1110110 1011010 1001011 0 11000 110110 10100001 111011 11101

Color Harmonies of #1E765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E765A

Black with #1E765A

Text Example


Text Example

White with #1E765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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