Html Css Color HEX #1E756B Deep Sea

📋 copy color: '#1E756B'

red 30 ◦ green 117 ◦ blue 107

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

Shades of Deep Sea #1E756B

Tints of Deep Sea #1E756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 11.81%
G = 46.06%
B = 42.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#1E756B (or 0x1E756B) is known color: Deep Sea. HEX triplet: 1E, 75 and 6B. RGB value is (30,117,107). Sum of RGB (Red+Green+Blue) = 30+117+107=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #1E756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E756B is #E18A94. Grayscale: #595959. Windows color (decimal): -14781077 or 7042334. OLE color: 7042334.

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

Color convert

RGB 30 117 107 -
CMYK 0.74 0 0.09 0.54
HSL 173.1º 0.59% 0.29% -
HSV(B) 173.1º 0.74% 0.46% -
XYZ 9.55 14.06 16.12 -
YUV 89.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 30 117 107 0.74 0 0.09 0.54 173.1 0.59 0.29
Hex 1E 75 6B 4A 0 9 36 AD 3B 1D
Octal 36 165 153 112 0 11 66 255 73 35
Binary 11110 1110101 1101011 1001010 0 1001 110110 10101101 111011 11101

Color Harmonies of #1E756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E756B

Black with #1E756B

Text Example


Text Example

White with #1E756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,117,107); }

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

background-color css

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

 a { background-color: rgb(30,117,107); }

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

border-color css

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

 span { border-color: rgb(30,117,107); }

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