Html Css Color HEX #1A765E Deep Sea

📋 copy color: '#1A765E'

red 26 ◦ green 118 ◦ blue 94

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

Shades of Deep Sea #1A765E

Tints of Deep Sea #1A765E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 10.92%
G = 49.58%
B = 39.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#1A765E (or 0x1A765E) is known color: Deep Sea. HEX triplet: 1A, 76 and 5E. RGB value is (26,118,94). Sum of RGB (Red+Green+Blue) = 26+118+94=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #1A765E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A765E is #E589A1. Grayscale: #575757. Windows color (decimal): -15042978 or 6190618. OLE color: 6190618.

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

Color convert

RGB 26 118 94 -
CMYK 0.78 0 0.20 0.54
HSL 164.35º 0.64% 0.28% -
HSV(B) 164.35º 0.78% 0.46% -
XYZ 8.92 13.98 12.82 -
YUV 87.76 131.52 83.95 -
System Red Green Blue C M Y K H S L
Decimal 26 118 94 0.78 0 0.20 0.54 164.35 0.64 0.28
Hex 1A 76 5E 4E 0 14 36 A4 40 1C
Octal 32 166 136 116 0 24 66 244 100 34
Binary 11010 1110110 1011110 1001110 0 10100 110110 10100100 1000000 11100

Color Harmonies of #1A765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A765E

Black with #1A765E

Text Example


Text Example

White with #1A765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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