Html Css Color HEX #093932 Deep Teal

📋 copy color: '#093932'

red 9 ◦ green 57 ◦ blue 50

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

Shades of Deep Teal #093932

Tints of Deep Teal #093932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 49.14%

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

R = 7.76%
G = 49.14%
B = 43.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#093932 (or 0x093932) is known color: Deep Teal. HEX triplet: 09, 39 and 32. RGB value is (9,57,50). Sum of RGB (Red+Green+Blue) = 9+57+50=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #093932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093932 is #F6C6CD. Grayscale: #292929. Windows color (decimal): -16172750 or 3291401. OLE color: 3291401.

HSL color Cylindrical-coordinate representation of color #093932: hue angle of 171.25º degrees, saturation: 0.73, 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 #093932 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 57 50 -
CMYK 0.84 0 0.12 0.78
HSL 171.25º 0.73% 0.13% -
HSV(B) 171.25º 0.84% 0.22% -
XYZ 2.15 3.21 3.52 -
YUV 41.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 9 57 50 0.84 0 0.12 0.78 171.25 0.73 0.13
Hex 9 39 32 54 0 C 4E AB 49 D
Octal 11 71 62 124 0 14 116 253 111 15
Binary 1001 111001 110010 1010100 0 1100 1001110 10101011 1001001 1101

Color Harmonies of #093932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093932

Black with #093932

Text Example


Text Example

White with #093932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093932; }

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

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

background-color css

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

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

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

border-color css

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

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

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