Html Css Color HEX #095440 Deep Teal

📋 copy color: '#095440'

red 9 ◦ green 84 ◦ blue 64

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

Shades of Deep Teal #095440

Tints of Deep Teal #095440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.76%

R = 5.73%
G = 53.5%
B = 40.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#095440 (or 0x095440) is known color: Deep Teal. HEX triplet: 09, 54 and 40. RGB value is (9,84,64). Sum of RGB (Red+Green+Blue) = 9+84+64=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #095440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095440 is #F6ABBF. Grayscale: #3B3B3B. Windows color (decimal): -16165824 or 4215817. OLE color: 4215817.

HSL color Cylindrical-coordinate representation of color #095440: hue angle of 164º 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 #095440 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 84 64 -
CMYK 0.89 0 0.24 0.67
HSL 164º 0.81% 0.18% -
HSV(B) 164º 0.89% 0.33% -
XYZ 4.21 6.77 5.94 -
YUV 59.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 9 84 64 0.89 0 0.24 0.67 164 0.81 0.18
Hex 9 54 40 59 0 18 43 A4 51 12
Octal 11 124 100 131 0 30 103 244 121 22
Binary 1001 1010100 1000000 1011001 0 11000 1000011 10100100 1010001 10010

Color Harmonies of #095440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095440

Black with #095440

Text Example


Text Example

White with #095440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095440; }

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

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

background-color css

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

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

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

border-color css

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

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

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