Html Css Color HEX #1A755E Deep Sea

📋 copy color: '#1A755E'

red 26 ◦ green 117 ◦ blue 94

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

Shades of Deep Sea #1A755E

Tints of Deep Sea #1A755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.37%

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

R = 10.97%
G = 49.37%
B = 39.66%

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

#1A755E (or 0x1A755E) is known color: Deep Sea. HEX triplet: 1A, 75 and 5E. RGB value is (26,117,94). Sum of RGB (Red+Green+Blue) = 26+117+94=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #1A755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A755E is #E58AA1. Grayscale: #575757. Windows color (decimal): -15043234 or 6190362. OLE color: 6190362.

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

Color convert

RGB 26 117 94 -
CMYK 0.78 0 0.20 0.54
HSL 164.84º 0.64% 0.28% -
HSV(B) 164.84º 0.78% 0.46% -
XYZ 8.81 13.75 12.78 -
YUV 87.17 131.85 84.37 -
System Red Green Blue C M Y K H S L
Decimal 26 117 94 0.78 0 0.20 0.54 164.84 0.64 0.28
Hex 1A 75 5E 4E 0 14 36 A5 40 1C
Octal 32 165 136 116 0 24 66 245 100 34
Binary 11010 1110101 1011110 1001110 0 10100 110110 10100101 1000000 11100

Color Harmonies of #1A755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A755E

Black with #1A755E

Text Example


Text Example

White with #1A755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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