Html Css Color HEX #1A765C Deep Sea

📋 copy color: '#1A765C'

red 26 ◦ green 118 ◦ blue 92

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

Shades of Deep Sea #1A765C

Tints of Deep Sea #1A765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.98%

R = 11.02%
G = 50%
B = 38.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#1A765C (or 0x1A765C) is known color: Deep Sea. HEX triplet: 1A, 76 and 5C. RGB value is (26,118,92). Sum of RGB (Red+Green+Blue) = 26+118+92=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #1A765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A765C is #E589A3. Grayscale: #575757. Windows color (decimal): -15042980 or 6059546. OLE color: 6059546.

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

Color convert

RGB 26 118 92 -
CMYK 0.78 0 0.22 0.54
HSL 163.04º 0.64% 0.28% -
HSV(B) 163.04º 0.78% 0.46% -
XYZ 8.84 13.95 12.35 -
YUV 87.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 26 118 92 0.78 0 0.22 0.54 163.04 0.64 0.28
Hex 1A 76 5C 4E 0 16 36 A3 40 1C
Octal 32 166 134 116 0 26 66 243 100 34
Binary 11010 1110110 1011100 1001110 0 10110 110110 10100011 1000000 11100

Color Harmonies of #1A765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A765C

Black with #1A765C

Text Example


Text Example

White with #1A765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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