Html Css Color HEX #095140 Deep Teal

📋 copy color: '#095140'

red 9 ◦ green 81 ◦ blue 64

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

Shades of Deep Teal #095140

Tints of Deep Teal #095140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 52.6%

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

R = 5.84%
G = 52.6%
B = 41.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#095140 (or 0x095140) is known color: Deep Teal. HEX triplet: 09, 51 and 40. RGB value is (9,81,64). Sum of RGB (Red+Green+Blue) = 9+81+64=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #095140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095140 is #F6AEBF. Grayscale: #393939. Windows color (decimal): -16166592 or 4215049. OLE color: 4215049.

HSL color Cylindrical-coordinate representation of color #095140: hue angle of 165.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095140 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 81 64 -
CMYK 0.89 0 0.21 0.68
HSL 165.83º 0.8% 0.18% -
HSV(B) 165.83º 0.89% 0.32% -
XYZ 3.98 6.31 5.86 -
YUV 57.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 9 81 64 0.89 0 0.21 0.68 165.83 0.8 0.18
Hex 9 51 40 59 0 15 44 A6 50 12
Octal 11 121 100 131 0 25 104 246 120 22
Binary 1001 1010001 1000000 1011001 0 10101 1000100 10100110 1010000 10010

Color Harmonies of #095140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095140

Black with #095140

Text Example


Text Example

White with #095140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095140; }

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

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

background-color css

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

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

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

border-color css

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

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

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