Html Css Color HEX #093D33 Deep Teal

📋 copy color: '#093D33'

red 9 ◦ green 61 ◦ blue 51

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

Shades of Deep Teal #093D33

Tints of Deep Teal #093D33

RGB

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

 GREEN value IS 61 (24.22% from 255) = 50.41%

 BLUE value IS 51 (20.31% from 255) = 42.15%

R = 7.44%
G = 50.41%
B = 42.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.76

RGB Variations

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

Color information

#093D33 (or 0x093D33) is known color: Deep Teal. HEX triplet: 09, 3D and 33. RGB value is (9,61,51). Sum of RGB (Red+Green+Blue) = 9+61+51=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #093D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D33 is #F6C2CC. Grayscale: #2C2C2C. Windows color (decimal): -16171725 or 3357961. OLE color: 3357961.

HSL color Cylindrical-coordinate representation of color #093D33: hue angle of 168.46º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D33 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 61 51 -
CMYK 0.85 0 0.16 0.76
HSL 168.46º 0.74% 0.14% -
HSV(B) 168.46º 0.85% 0.24% -
XYZ 2.38 3.63 3.71 -
YUV 44.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 9 61 51 0.85 0 0.16 0.76 168.46 0.74 0.14
Hex 9 3D 33 55 0 10 4C A8 4A E
Octal 11 75 63 125 0 20 114 250 112 16
Binary 1001 111101 110011 1010101 0 10000 1001100 10101000 1001010 1110

Color Harmonies of #093D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D33

Black with #093D33

Text Example


Text Example

White with #093D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093D33; }

 p { color: rgb(9,61,51); }

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

background-color css

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

 a { background-color: rgb(9,61,51); }

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

border-color css

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

 span { border-color: rgb(9,61,51); }

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