Html Css Color HEX #1A765B Deep Sea

📋 copy color: '#1A765B'

red 26 ◦ green 118 ◦ blue 91

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

Shades of Deep Sea #1A765B

Tints of Deep Sea #1A765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 11.06%
G = 50.21%
B = 38.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#1A765B (or 0x1A765B) is known color: Deep Sea. HEX triplet: 1A, 76 and 5B. RGB value is (26,118,91). Sum of RGB (Red+Green+Blue) = 26+118+91=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #1A765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A765B is #E589A4. Grayscale: #575757. Windows color (decimal): -15042981 or 5994010. OLE color: 5994010.

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

Color convert

RGB 26 118 91 -
CMYK 0.78 0 0.23 0.54
HSL 162.39º 0.64% 0.28% -
HSV(B) 162.39º 0.78% 0.46% -
XYZ 8.79 13.93 12.12 -
YUV 87.41 130.02 84.2 -
System Red Green Blue C M Y K H S L
Decimal 26 118 91 0.78 0 0.23 0.54 162.39 0.64 0.28
Hex 1A 76 5B 4E 0 17 36 A2 40 1C
Octal 32 166 133 116 0 27 66 242 100 34
Binary 11010 1110110 1011011 1001110 0 10111 110110 10100010 1000000 11100

Color Harmonies of #1A765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A765B

Black with #1A765B

Text Example


Text Example

White with #1A765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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