Html Css Color HEX #095441 Deep Teal

📋 copy color: '#095441'

red 9 ◦ green 84 ◦ blue 65

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

Shades of Deep Teal #095441

Tints of Deep Teal #095441

RGB

 RED value IS 9 (3.91% from 255) = 5.7%

 GREEN value IS 84 (33.2% from 255) = 53.16%

 BLUE value IS 65 (25.78% from 255) = 41.14%

R = 5.7%
G = 53.16%
B = 41.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#095441 (or 0x095441) is known color: Deep Teal. HEX triplet: 09, 54 and 41. RGB value is (9,84,65). Sum of RGB (Red+Green+Blue) = 9+84+65=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #095441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095441 is #F6ABBE. Grayscale: #3B3B3B. Windows color (decimal): -16165823 or 4281353. OLE color: 4281353.

HSL color Cylindrical-coordinate representation of color #095441: hue angle of 164.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095441 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 84 65 -
CMYK 0.89 0 0.23 0.67
HSL 164.8º 0.81% 0.18% -
HSV(B) 164.8º 0.89% 0.33% -
XYZ 4.24 6.78 6.09 -
YUV 59.41 131.15 92.04 -
System Red Green Blue C M Y K H S L
Decimal 9 84 65 0.89 0 0.23 0.67 164.8 0.81 0.18
Hex 9 54 41 59 0 17 43 A5 51 12
Octal 11 124 101 131 0 27 103 245 121 22
Binary 1001 1010100 1000001 1011001 0 10111 1000011 10100101 1010001 10010

Color Harmonies of #095441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095441

Black with #095441

Text Example


Text Example

White with #095441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095441; }

 p { color: rgb(9,84,65); }

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

background-color css

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

 a { background-color: rgb(9,84,65); }

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

border-color css

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

 span { border-color: rgb(9,84,65); }

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