Html Css Color HEX #095643 Deep Teal

📋 copy color: '#095643'

red 9 ◦ green 86 ◦ blue 67

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

Shades of Deep Teal #095643

Tints of Deep Teal #095643

RGB

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

 GREEN value IS 86 (33.98% from 255) = 53.09%

 BLUE value IS 67 (26.56% from 255) = 41.36%

R = 5.56%
G = 53.09%
B = 41.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#095643 (or 0x095643) is known color: Deep Teal. HEX triplet: 09, 56 and 43. RGB value is (9,86,67). Sum of RGB (Red+Green+Blue) = 9+86+67=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #095643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095643 is #F6A9BC. Grayscale: #3C3C3C. Windows color (decimal): -16165309 or 4412937. OLE color: 4412937.

HSL color Cylindrical-coordinate representation of color #095643: hue angle of 165.19º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095643 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 86 67 -
CMYK 0.90 0 0.22 0.66
HSL 165.19º 0.81% 0.19% -
HSV(B) 165.19º 0.9% 0.34% -
XYZ 4.45 7.12 6.45 -
YUV 60.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 9 86 67 0.90 0 0.22 0.66 165.19 0.81 0.19
Hex 9 56 43 5A 0 16 42 A5 51 13
Octal 11 126 103 132 0 26 102 245 121 23
Binary 1001 1010110 1000011 1011010 0 10110 1000010 10100101 1010001 10011

Color Harmonies of #095643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095643

Black with #095643

Text Example


Text Example

White with #095643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095643; }

 p { color: rgb(9,86,67); }

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

background-color css

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

 a { background-color: rgb(9,86,67); }

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

border-color css

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

 span { border-color: rgb(9,86,67); }

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