Html Css Color HEX #095542 Deep Teal

📋 copy color: '#095542'

red 9 ◦ green 85 ◦ blue 66

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

Shades of Deep Teal #095542

Tints of Deep Teal #095542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.13%

 BLUE value IS 66 (26.17% from 255) = 41.25%

R = 5.63%
G = 53.13%
B = 41.25%

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

#095542 (or 0x095542) is known color: Deep Teal. HEX triplet: 09, 55 and 42. RGB value is (9,85,66). Sum of RGB (Red+Green+Blue) = 9+85+66=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #095542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095542 is #F6AABD. Grayscale: #3C3C3C. Windows color (decimal): -16165566 or 4347145. OLE color: 4347145.

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

Color convert

RGB 9 85 66 -
CMYK 0.89 0 0.22 0.67
HSL 165º 0.81% 0.18% -
HSV(B) 165º 0.89% 0.33% -
XYZ 4.34 6.95 6.27 -
YUV 60.11 131.32 91.54 -
System Red Green Blue C M Y K H S L
Decimal 9 85 66 0.89 0 0.22 0.67 165 0.81 0.18
Hex 9 55 42 59 0 16 43 A5 51 12
Octal 11 125 102 131 0 26 103 245 121 22
Binary 1001 1010101 1000010 1011001 0 10110 1000011 10100101 1010001 10010

Color Harmonies of #095542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095542

Black with #095542

Text Example


Text Example

White with #095542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095542; }

 p { color: rgb(9,85,66); }

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

background-color css

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

 a { background-color: rgb(9,85,66); }

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

border-color css

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

 span { border-color: rgb(9,85,66); }

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