Html Css Color HEX #095341 Deep Teal

📋 copy color: '#095341'

red 9 ◦ green 83 ◦ blue 65

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

Shades of Deep Teal #095341

Tints of Deep Teal #095341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.87%

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

R = 5.73%
G = 52.87%
B = 41.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#095341 (or 0x095341) is known color: Deep Teal. HEX triplet: 09, 53 and 41. RGB value is (9,83,65). Sum of RGB (Red+Green+Blue) = 9+83+65=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #095341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095341 is #F6ACBE. Grayscale: #3A3A3A. Windows color (decimal): -16166079 or 4281097. OLE color: 4281097.

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

Color convert

RGB 9 83 65 -
CMYK 0.89 0 0.22 0.67
HSL 165.41º 0.8% 0.18% -
HSV(B) 165.41º 0.89% 0.33% -
XYZ 4.16 6.63 6.06 -
YUV 58.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 9 83 65 0.89 0 0.22 0.67 165.41 0.8 0.18
Hex 9 53 41 59 0 16 43 A5 50 12
Octal 11 123 101 131 0 26 103 245 120 22
Binary 1001 1010011 1000001 1011001 0 10110 1000011 10100101 1010000 10010

Color Harmonies of #095341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095341

Black with #095341

Text Example


Text Example

White with #095341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095341; }

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

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

background-color css

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

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

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

border-color css

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

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

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