Html Css Color HEX #1A756A Deep Sea

📋 copy color: '#1A756A'

red 26 ◦ green 117 ◦ blue 106

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

Shades of Deep Sea #1A756A

Tints of Deep Sea #1A756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.57%

R = 10.44%
G = 46.99%
B = 42.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#1A756A (or 0x1A756A) is known color: Deep Sea. HEX triplet: 1A, 75 and 6A. RGB value is (26,117,106). Sum of RGB (Red+Green+Blue) = 26+117+106=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #1A756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A756A is #E58A95. Grayscale: #585858. Windows color (decimal): -15043222 or 6976794. OLE color: 6976794.

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

Color convert

RGB 26 117 106 -
CMYK 0.78 0 0.09 0.54
HSL 172.75º 0.64% 0.28% -
HSV(B) 172.75º 0.78% 0.46% -
XYZ 9.39 13.98 15.84 -
YUV 88.54 137.85 83.39 -
System Red Green Blue C M Y K H S L
Decimal 26 117 106 0.78 0 0.09 0.54 172.75 0.64 0.28
Hex 1A 75 6A 4E 0 9 36 AD 40 1C
Octal 32 165 152 116 0 11 66 255 100 34
Binary 11010 1110101 1101010 1001110 0 1001 110110 10101101 1000000 11100

Color Harmonies of #1A756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A756A

Black with #1A756A

Text Example


Text Example

White with #1A756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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