Html Css Color HEX #09433A Deep Teal

📋 copy color: '#09433A'

red 9 ◦ green 67 ◦ blue 58

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

Shades of Deep Teal #09433A

Tints of Deep Teal #09433A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 50%

 BLUE value IS 58 (23.05% from 255) = 43.28%

R = 6.72%
G = 50%
B = 43.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.74

RGB Variations

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

Color information

#09433A (or 0x09433A) is known color: Deep Teal. HEX triplet: 09, 43 and 3A. RGB value is (9,67,58). Sum of RGB (Red+Green+Blue) = 9+67+58=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #09433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09433A is #F6BCC5. Grayscale: #303030. Windows color (decimal): -16170182 or 3818249. OLE color: 3818249.

HSL color Cylindrical-coordinate representation of color #09433A: hue angle of 170.69º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09433A is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 67 58 -
CMYK 0.87 0 0.13 0.74
HSL 170.69º 0.76% 0.15% -
HSV(B) 170.69º 0.87% 0.26% -
XYZ 2.88 4.38 4.7 -
YUV 48.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 9 67 58 0.87 0 0.13 0.74 170.69 0.76 0.15
Hex 9 43 3A 57 0 D 4A AB 4C F
Octal 11 103 72 127 0 15 112 253 114 17
Binary 1001 1000011 111010 1010111 0 1101 1001010 10101011 1001100 1111

Color Harmonies of #09433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09433A

Black with #09433A

Text Example


Text Example

White with #09433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09433A; }

 p { color: rgb(9,67,58); }

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

background-color css

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

 a { background-color: rgb(9,67,58); }

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

border-color css

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

 span { border-color: rgb(9,67,58); }

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