#0A4238

Color #0A4238 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #0A4238

Tints of Deep Teal #0A4238

Color information

#0A4238 (or 0x0A4238) is unknown color: approx Deep Teal. HEX triplet: 0A, 42 and 38. RGB value is (10,66,56). Sum of RGB (Red+Green+Blue) = 10+66+56=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #0A4238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4238 is #F5BDC7. Grayscale: #303030. Windows color (decimal): -16104904 or 3686922. OLE color: 3686922.

HSL color Cylindrical-coordinate representation of color #0A4238: hue angle of 169.29º 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 #0A4238 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB106656-
CMYK0.8500.150.74
HSL169.29º73.68%14.9%-
HSV(B)169.29º84.85%25.88%-
XYZ2.794.254.41-
YUV48.12132.45100.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.58%
GREEN value IS 66 (26.17% from 255) = 50%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=7.58%
G=50%
B=42.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1066560.8500.150.74169.2973.6814.9
HexA4238550F4Aa94af
Octal121027012501711225111217
Binary1010100001011100010101010111110010101010100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,66,56); }

 H1.HeaderClassName
 {
   color: #0A4238;
 }
 .AnyTagClassName
 {
   color: #0A4238;
 }
</style>
background-color css

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

 a { background-color: rgb(10,66,56); }

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

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

 span { border-color: rgb(10,66,56); }

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