#0A483D

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

Shades of Deep Teal #0A483D

Tints of Deep Teal #0A483D

Color information

#0A483D (or 0x0A483D) is unknown color: approx Deep Teal. HEX triplet: 0A, 48 and 3D. RGB value is (10,72,61). Sum of RGB (Red+Green+Blue) = 10+72+61=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #0A483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A483D is #F5B7C2. Grayscale: #343434. Windows color (decimal): -16103363 or 4016138. OLE color: 4016138.

HSL color Cylindrical-coordinate representation of color #0A483D: hue angle of 169.35º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A483D is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB107261-
CMYK0.8600.150.72
HSL169.35º75.61%16.08%-
HSV(B)169.35º86.11%28.24%-
XYZ3.285.045.21-
YUV52.21132.9697.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.99%
GREEN value IS 72 (28.52% from 255) = 50.35%
BLUE value IS 61 (24.22% from 255) = 42.66%
R=6.99%
G=50.35%
B=42.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1072610.8600.150.72169.3575.6116.08
HexA483D560F48a94c10
Octal121107512601711025111420
Binary10101001000111101101011001111100100010101001100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,72,61); }

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

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

 a { background-color: rgb(10,72,61); }

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

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

 span { border-color: rgb(10,72,61); }

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