Html Css Color HEX #095241 Deep Teal

📋 copy color: '#095241'

red 9 ◦ green 82 ◦ blue 65

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

Shades of Deep Teal #095241

Tints of Deep Teal #095241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.56%

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

R = 5.77%
G = 52.56%
B = 41.67%

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

#095241 (or 0x095241) is known color: Deep Teal. HEX triplet: 09, 52 and 41. RGB value is (9,82,65). Sum of RGB (Red+Green+Blue) = 9+82+65=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #095241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095241 is #F6ADBE. Grayscale: #3A3A3A. Windows color (decimal): -16166335 or 4280841. OLE color: 4280841.

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

Color convert

RGB 9 82 65 -
CMYK 0.89 0 0.21 0.68
HSL 166.03º 0.8% 0.18% -
HSV(B) 166.03º 0.89% 0.32% -
XYZ 4.08 6.47 6.04 -
YUV 58.24 131.82 92.88 -
System Red Green Blue C M Y K H S L
Decimal 9 82 65 0.89 0 0.21 0.68 166.03 0.8 0.18
Hex 9 52 41 59 0 15 44 A6 50 12
Octal 11 122 101 131 0 25 104 246 120 22
Binary 1001 1010010 1000001 1011001 0 10101 1000100 10100110 1010000 10010

Color Harmonies of #095241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095241

Black with #095241

Text Example


Text Example

White with #095241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095241; }

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

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

background-color css

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

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

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

border-color css

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

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

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