Html Css Color HEX #1E785F Deep Sea

📋 copy color: '#1E785F'

red 30 ◦ green 120 ◦ blue 95

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

Shades of Deep Sea #1E785F

Tints of Deep Sea #1E785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.98%

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 12.24%
G = 48.98%
B = 38.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#1E785F (or 0x1E785F) is known color: Deep Sea. HEX triplet: 1E, 78 and 5F. RGB value is (30,120,95). Sum of RGB (Red+Green+Blue) = 30+120+95=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #1E785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E785F is #E187A0. Grayscale: #5A5A5A. Windows color (decimal): -14780321 or 6256670. OLE color: 6256670.

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

Color convert

RGB 30 120 95 -
CMYK 0.75 0 0.21 0.53
HSL 163.33º 0.6% 0.29% -
HSV(B) 163.33º 0.75% 0.47% -
XYZ 9.32 14.54 13.14 -
YUV 90.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 30 120 95 0.75 0 0.21 0.53 163.33 0.6 0.29
Hex 1E 78 5F 4B 0 15 35 A3 3C 1D
Octal 36 170 137 113 0 25 65 243 74 35
Binary 11110 1111000 1011111 1001011 0 10101 110101 10100011 111100 11101

Color Harmonies of #1E785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E785F

Black with #1E785F

Text Example


Text Example

White with #1E785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,120,95); }

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

background-color css

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

 a { background-color: rgb(30,120,95); }

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

border-color css

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

 span { border-color: rgb(30,120,95); }

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