Html Css Color HEX #1A7661 Deep Sea

📋 copy color: '#1A7661'

red 26 ◦ green 118 ◦ blue 97

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

Shades of Deep Sea #1A7661

Tints of Deep Sea #1A7661

RGB

 RED value IS 26 (10.55% from 255) = 10.79%

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

 BLUE value IS 97 (38.28% from 255) = 40.25%

R = 10.79%
G = 48.96%
B = 40.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#1A7661 (or 0x1A7661) is known color: Deep Sea. HEX triplet: 1A, 76 and 61. RGB value is (26,118,97). Sum of RGB (Red+Green+Blue) = 26+118+97=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7661 is #E5899E. Grayscale: #585858. Windows color (decimal): -15042975 or 6387226. OLE color: 6387226.

HSL color Cylindrical-coordinate representation of color #1A7661: hue angle of 166.3º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7661 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 118 97 -
CMYK 0.78 0 0.18 0.54
HSL 166.3º 0.64% 0.28% -
HSV(B) 166.3º 0.78% 0.46% -
XYZ 9.06 14.04 13.54 -
YUV 88.1 133.02 83.71 -
System Red Green Blue C M Y K H S L
Decimal 26 118 97 0.78 0 0.18 0.54 166.3 0.64 0.28
Hex 1A 76 61 4E 0 12 36 A6 40 1C
Octal 32 166 141 116 0 22 66 246 100 34
Binary 11010 1110110 1100001 1001110 0 10010 110110 10100110 1000000 11100

Color Harmonies of #1A7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7661

Black with #1A7661

Text Example


Text Example

White with #1A7661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,118,97); }

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

background-color css

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

 a { background-color: rgb(26,118,97); }

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

border-color css

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

 span { border-color: rgb(26,118,97); }

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