Html Css Color HEX #0A4339 Deep Teal

📋 copy color: '#0A4339'

red 10 ◦ green 67 ◦ blue 57

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

Shades of Deep Teal #0A4339

Tints of Deep Teal #0A4339

RGB

 RED value IS 10 (4.3% from 255) = 7.46%

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

 BLUE value IS 57 (22.66% from 255) = 42.54%

R = 7.46%
G = 50%
B = 42.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#0A4339 (or 0x0A4339) is known color: Deep Teal. HEX triplet: 0A, 43 and 39. RGB value is (10,67,57). Sum of RGB (Red+Green+Blue) = 10+67+57=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4339 is #F5BCC6. Grayscale: #303030. Windows color (decimal): -16104647 or 3752714. OLE color: 3752714.

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

Color convert

RGB 10 67 57 -
CMYK 0.85 0 0.15 0.74
HSL 169.47º 0.74% 0.15% -
HSV(B) 169.47º 0.85% 0.26% -
XYZ 2.87 4.37 4.56 -
YUV 48.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 10 67 57 0.85 0 0.15 0.74 169.47 0.74 0.15
Hex A 43 39 55 0 F 4A A9 4A F
Octal 12 103 71 125 0 17 112 251 112 17
Binary 1010 1000011 111001 1010101 0 1111 1001010 10101001 1001010 1111

Color Harmonies of #0A4339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4339

Black with #0A4339

Text Example


Text Example

White with #0A4339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A4339; }

 p { color: rgb(10,67,57); }

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

background-color css

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

 a { background-color: rgb(10,67,57); }

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

border-color css

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

 span { border-color: rgb(10,67,57); }

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