Html Css Color HEX #1E765E Deep Sea

📋 copy color: '#1E765E'

red 30 ◦ green 118 ◦ blue 94

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

Shades of Deep Sea #1E765E

Tints of Deep Sea #1E765E

RGB

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

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

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

R = 12.4%
G = 48.76%
B = 38.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#1E765E (or 0x1E765E) is known color: Deep Sea. HEX triplet: 1E, 76 and 5E. RGB value is (30,118,94). Sum of RGB (Red+Green+Blue) = 30+118+94=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #1E765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E765E is #E189A1. Grayscale: #585858. Windows color (decimal): -14780834 or 6190622. OLE color: 6190622.

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

Color convert

RGB 30 118 94 -
CMYK 0.75 0 0.20 0.54
HSL 163.64º 0.59% 0.29% -
HSV(B) 163.64º 0.75% 0.46% -
XYZ 9.03 14.04 12.82 -
YUV 88.95 130.85 85.95 -
System Red Green Blue C M Y K H S L
Decimal 30 118 94 0.75 0 0.20 0.54 163.64 0.59 0.29
Hex 1E 76 5E 4B 0 14 36 A4 3B 1D
Octal 36 166 136 113 0 24 66 244 73 35
Binary 11110 1110110 1011110 1001011 0 10100 110110 10100100 111011 11101

Color Harmonies of #1E765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E765E

Black with #1E765E

Text Example


Text Example

White with #1E765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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