Html Css Color HEX #093732 Deep Teal

📋 copy color: '#093732'

red 9 ◦ green 55 ◦ blue 50

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

Shades of Deep Teal #093732

Tints of Deep Teal #093732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 48.25%

 BLUE value IS 50 (19.92% from 255) = 43.86%

R = 7.89%
G = 48.25%
B = 43.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#093732 (or 0x093732) is known color: Deep Teal. HEX triplet: 09, 37 and 32. RGB value is (9,55,50). Sum of RGB (Red+Green+Blue) = 9+55+50=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 50 (19.92% from 255 or 43.86% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #093732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093732 is #F6C8CD. Grayscale: #282828. Windows color (decimal): -16173262 or 3290889. OLE color: 3290889.

HSL color Cylindrical-coordinate representation of color #093732: hue angle of 173.48º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093732 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 55 50 -
CMYK 0.84 0 0.09 0.78
HSL 173.48º 0.72% 0.13% -
HSV(B) 173.48º 0.84% 0.22% -
XYZ 2.05 3.02 3.49 -
YUV 40.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 9 55 50 0.84 0 0.09 0.78 173.48 0.72 0.13
Hex 9 37 32 54 0 9 4E AD 48 D
Octal 11 67 62 124 0 11 116 255 110 15
Binary 1001 110111 110010 1010100 0 1001 1001110 10101101 1001000 1101

Color Harmonies of #093732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093732

Black with #093732

Text Example


Text Example

White with #093732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093732; }

 p { color: rgb(9,55,50); }

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

background-color css

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

 a { background-color: rgb(9,55,50); }

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

border-color css

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

 span { border-color: rgb(9,55,50); }

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