Html Css Color HEX #093834 Deep Teal

📋 copy color: '#093834'

red 9 ◦ green 56 ◦ blue 52

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

Shades of Deep Teal #093834

Tints of Deep Teal #093834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 47.86%

 BLUE value IS 52 (20.7% from 255) = 44.44%

R = 7.69%
G = 47.86%
B = 44.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#093834 (or 0x093834) is known color: Deep Teal. HEX triplet: 09, 38 and 34. RGB value is (9,56,52). Sum of RGB (Red+Green+Blue) = 9+56+52=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #093834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093834 is #F6C7CB. Grayscale: #292929. Windows color (decimal): -16173004 or 3422217. OLE color: 3422217.

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

Color convert

RGB 9 56 52 -
CMYK 0.84 0 0.07 0.78
HSL 174.89º 0.72% 0.13% -
HSV(B) 174.89º 0.84% 0.22% -
XYZ 2.15 3.13 3.74 -
YUV 41.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 9 56 52 0.84 0 0.07 0.78 174.89 0.72 0.13
Hex 9 38 34 54 0 7 4E AF 48 D
Octal 11 70 64 124 0 7 116 257 110 15
Binary 1001 111000 110100 1010100 0 111 1001110 10101111 1001000 1101

Color Harmonies of #093834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093834

Black with #093834

Text Example


Text Example

White with #093834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093834; }

 p { color: rgb(9,56,52); }

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

background-color css

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

 a { background-color: rgb(9,56,52); }

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

border-color css

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

 span { border-color: rgb(9,56,52); }

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