Html Css Color HEX #1A755A Deep Sea

📋 copy color: '#1A755A'

red 26 ◦ green 117 ◦ blue 90

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

Shades of Deep Sea #1A755A

Tints of Deep Sea #1A755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.63%

R = 11.16%
G = 50.21%
B = 38.63%

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

#1A755A (or 0x1A755A) is known color: Deep Sea. HEX triplet: 1A, 75 and 5A. RGB value is (26,117,90). Sum of RGB (Red+Green+Blue) = 26+117+90=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #1A755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A755A is #E58AA5. Grayscale: #565656. Windows color (decimal): -15043238 or 5928218. OLE color: 5928218.

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

Color convert

RGB 26 117 90 -
CMYK 0.78 0 0.23 0.54
HSL 162.2º 0.64% 0.28% -
HSV(B) 162.2º 0.78% 0.46% -
XYZ 8.63 13.68 11.86 -
YUV 86.71 129.85 84.7 -
System Red Green Blue C M Y K H S L
Decimal 26 117 90 0.78 0 0.23 0.54 162.2 0.64 0.28
Hex 1A 75 5A 4E 0 17 36 A2 40 1C
Octal 32 165 132 116 0 27 66 242 100 34
Binary 11010 1110101 1011010 1001110 0 10111 110110 10100010 1000000 11100

Color Harmonies of #1A755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A755A

Black with #1A755A

Text Example


Text Example

White with #1A755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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