Html Css Color HEX #1E765C Deep Sea

📋 copy color: '#1E765C'

red 30 ◦ green 118 ◦ blue 92

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

Shades of Deep Sea #1E765C

Tints of Deep Sea #1E765C

RGB

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

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

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

R = 12.5%
G = 49.17%
B = 38.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#1E765C (or 0x1E765C) is known color: Deep Sea. HEX triplet: 1E, 76 and 5C. RGB value is (30,118,92). Sum of RGB (Red+Green+Blue) = 30+118+92=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #1E765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E765C is #E189A3. Grayscale: #585858. Windows color (decimal): -14780836 or 6059550. OLE color: 6059550.

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

Color convert

RGB 30 118 92 -
CMYK 0.75 0 0.22 0.54
HSL 162.27º 0.59% 0.29% -
HSV(B) 162.27º 0.75% 0.46% -
XYZ 8.95 14.01 12.36 -
YUV 88.72 129.85 86.11 -
System Red Green Blue C M Y K H S L
Decimal 30 118 92 0.75 0 0.22 0.54 162.27 0.59 0.29
Hex 1E 76 5C 4B 0 16 36 A2 3B 1D
Octal 36 166 134 113 0 26 66 242 73 35
Binary 11110 1110110 1011100 1001011 0 10110 110110 10100010 111011 11101

Color Harmonies of #1E765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E765C

Black with #1E765C

Text Example


Text Example

White with #1E765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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