Html Css Color HEX #09342F Deep Teal

📋 copy color: '#09342F'

red 9 ◦ green 52 ◦ blue 47

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

Shades of Deep Teal #09342F

Tints of Deep Teal #09342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 48.15%

 BLUE value IS 47 (18.75% from 255) = 43.52%

R = 8.33%
G = 48.15%
B = 43.52%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.80

RGB Variations

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

Color information

#09342F (or 0x09342F) is known color: Deep Teal. HEX triplet: 09, 34 and 2F. RGB value is (9,52,47). Sum of RGB (Red+Green+Blue) = 9+52+47=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #09342F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09342F is #F6CBD0. Grayscale: #262626. Windows color (decimal): -16174033 or 3093513. OLE color: 3093513.

HSL color Cylindrical-coordinate representation of color #09342F: hue angle of 173.02º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09342F is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 52 47 -
CMYK 0.83 0 0.10 0.80
HSL 173.02º 0.7% 0.12% -
HSV(B) 173.02º 0.83% 0.2% -
XYZ 1.85 2.72 3.12 -
YUV 38.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 9 52 47 0.83 0 0.10 0.80 173.02 0.7 0.12
Hex 9 34 2F 53 0 A 50 AD 46 C
Octal 11 64 57 123 0 12 120 255 106 14
Binary 1001 110100 101111 1010011 0 1010 1010000 10101101 1000110 1100

Color Harmonies of #09342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09342F

Black with #09342F

Text Example


Text Example

White with #09342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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