Html Css Color HEX #09423A Deep Teal

📋 copy color: '#09423A'

red 9 ◦ green 66 ◦ blue 58

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

Shades of Deep Teal #09423A

Tints of Deep Teal #09423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.62%

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

R = 6.77%
G = 49.62%
B = 43.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#09423A (or 0x09423A) is known color: Deep Teal. HEX triplet: 09, 42 and 3A. RGB value is (9,66,58). Sum of RGB (Red+Green+Blue) = 9+66+58=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #09423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09423A is #F6BDC5. Grayscale: #303030. Windows color (decimal): -16170438 or 3817993. OLE color: 3817993.

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

Color convert

RGB 9 66 58 -
CMYK 0.86 0 0.12 0.74
HSL 171.58º 0.76% 0.15% -
HSV(B) 171.58º 0.86% 0.26% -
XYZ 2.82 4.26 4.68 -
YUV 48.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 9 66 58 0.86 0 0.12 0.74 171.58 0.76 0.15
Hex 9 42 3A 56 0 C 4A AC 4C F
Octal 11 102 72 126 0 14 112 254 114 17
Binary 1001 1000010 111010 1010110 0 1100 1001010 10101100 1001100 1111

Color Harmonies of #09423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09423A

Black with #09423A

Text Example


Text Example

White with #09423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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