Html Css Color HEX #1E7666 Deep Sea

📋 copy color: '#1E7666'

red 30 ◦ green 118 ◦ blue 102

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

Shades of Deep Sea #1E7666

Tints of Deep Sea #1E7666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 12%
G = 47.2%
B = 40.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#1E7666 (or 0x1E7666) is known color: Deep Sea. HEX triplet: 1E, 76 and 66. RGB value is (30,118,102). Sum of RGB (Red+Green+Blue) = 30+118+102=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #1E7666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7666 is #E18999. Grayscale: #595959. Windows color (decimal): -14780826 or 6714910. OLE color: 6714910.

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

Color convert

RGB 30 118 102 -
CMYK 0.75 0 0.14 0.54
HSL 169.09º 0.59% 0.29% -
HSV(B) 169.09º 0.75% 0.46% -
XYZ 9.41 14.19 14.81 -
YUV 89.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 30 118 102 0.75 0 0.14 0.54 169.09 0.59 0.29
Hex 1E 76 66 4B 0 E 36 A9 3B 1D
Octal 36 166 146 113 0 16 66 251 73 35
Binary 11110 1110110 1100110 1001011 0 1110 110110 10101001 111011 11101

Color Harmonies of #1E7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7666

Black with #1E7666

Text Example


Text Example

White with #1E7666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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