#0A3430

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

Shades of Deep Teal #0A3430

Tints of Deep Teal #0A3430

Color information

#0A3430 (or 0x0A3430) is unknown color: approx Deep Teal. HEX triplet: 0A, 34 and 30. RGB value is (10,52,48). Sum of RGB (Red+Green+Blue) = 10+52+48=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #0A3430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3430 is #F5CBCF. Grayscale: #262626. Windows color (decimal): -16108496 or 3159050. OLE color: 3159050.

HSL color Cylindrical-coordinate representation of color #0A3430: hue angle of 174.29º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A3430 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB105248-
CMYK0.8100.080.80
HSL174.29º67.74%12.16%-
HSV(B)174.29º80.77%20.39%-
XYZ1.892.733.22-
YUV38.99133.09107.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.09%
GREEN value IS 52 (20.70% from 255) = 47.27%
BLUE value IS 48 (19.14% from 255) = 43.64%
R=9.09%
G=47.27%
B=43.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1052480.8100.080.80174.2967.7412.16
HexA3430510850ae44c
Octal12646012101012025610414
Binary101011010011000010100010100010100001010111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,52,48); }

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

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

 a { background-color: rgb(10,52,48); }

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

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

 span { border-color: rgb(10,52,48); }

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