Html Css Color HEX #1A7665 Deep Sea

📋 copy color: '#1A7665'

red 26 ◦ green 118 ◦ blue 101

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

Shades of Deep Sea #1A7665

Tints of Deep Sea #1A7665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.22%

R = 10.61%
G = 48.16%
B = 41.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#1A7665 (or 0x1A7665) is known color: Deep Sea. HEX triplet: 1A, 76 and 65. RGB value is (26,118,101). Sum of RGB (Red+Green+Blue) = 26+118+101=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7665 is #E5899A. Grayscale: #585858. Windows color (decimal): -15042971 or 6649370. OLE color: 6649370.

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

Color convert

RGB 26 118 101 -
CMYK 0.78 0 0.14 0.54
HSL 168.91º 0.64% 0.28% -
HSV(B) 168.91º 0.78% 0.46% -
XYZ 9.25 14.12 14.55 -
YUV 88.55 135.02 83.38 -
System Red Green Blue C M Y K H S L
Decimal 26 118 101 0.78 0 0.14 0.54 168.91 0.64 0.28
Hex 1A 76 65 4E 0 E 36 A9 40 1C
Octal 32 166 145 116 0 16 66 251 100 34
Binary 11010 1110110 1100101 1001110 0 1110 110110 10101001 1000000 11100

Color Harmonies of #1A7665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7665

Black with #1A7665

Text Example


Text Example

White with #1A7665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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