Html Css Color HEX #095340 Deep Teal

📋 copy color: '#095340'

red 9 ◦ green 83 ◦ blue 64

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

Shades of Deep Teal #095340

Tints of Deep Teal #095340

RGB

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

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

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

R = 5.77%
G = 53.21%
B = 41.03%

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

#095340 (or 0x095340) is known color: Deep Teal. HEX triplet: 09, 53 and 40. RGB value is (9,83,64). Sum of RGB (Red+Green+Blue) = 9+83+64=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #095340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095340 is #F6ACBF. Grayscale: #3A3A3A. Windows color (decimal): -16166080 or 4215561. OLE color: 4215561.

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

Color convert

RGB 9 83 64 -
CMYK 0.89 0 0.23 0.67
HSL 164.59º 0.8% 0.18% -
HSV(B) 164.59º 0.89% 0.33% -
XYZ 4.13 6.61 5.91 -
YUV 58.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 9 83 64 0.89 0 0.23 0.67 164.59 0.8 0.18
Hex 9 53 40 59 0 17 43 A5 50 12
Octal 11 123 100 131 0 27 103 245 120 22
Binary 1001 1010011 1000000 1011001 0 10111 1000011 10100101 1010000 10010

Color Harmonies of #095340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095340

Black with #095340

Text Example


Text Example

White with #095340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095340; }

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

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

background-color css

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

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

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

border-color css

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

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

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