Html Css Color HEX #093532 Deep Teal

📋 copy color: '#093532'

red 9 ◦ green 53 ◦ blue 50

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

Shades of Deep Teal #093532

Tints of Deep Teal #093532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 47.32%

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

R = 8.04%
G = 47.32%
B = 44.64%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#093532 (or 0x093532) is known color: Deep Teal. HEX triplet: 09, 35 and 32. RGB value is (9,53,50). Sum of RGB (Red+Green+Blue) = 9+53+50=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 53 - color contains mainly: green. Hex color #093532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093532 is #F6CACD. Grayscale: #272727. Windows color (decimal): -16173774 or 3290377. OLE color: 3290377.

HSL color Cylindrical-coordinate representation of color #093532: hue angle of 175.91º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093532 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 53 50 -
CMYK 0.83 0 0.06 0.79
HSL 175.91º 0.71% 0.12% -
HSV(B) 175.91º 0.83% 0.21% -
XYZ 1.96 2.83 3.46 -
YUV 39.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 9 53 50 0.83 0 0.06 0.79 175.91 0.71 0.12
Hex 9 35 32 53 0 6 4F B0 47 C
Octal 11 65 62 123 0 6 117 260 107 14
Binary 1001 110101 110010 1010011 0 110 1001111 10110000 1000111 1100

Color Harmonies of #093532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093532

Black with #093532

Text Example


Text Example

White with #093532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093532; }

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

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

background-color css

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

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

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

border-color css

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

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

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