Html Css Color HEX #0A483D Deep Teal

📋 copy color: '#0A483D'

red 10 ◦ green 72 ◦ blue 61

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

Shades of Deep Teal #0A483D

Tints of Deep Teal #0A483D

RGB

 RED value IS 10 (4.3% 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 value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#0A483D (or 0x0A483D) is known color: 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

RGB 10 72 61 -
CMYK 0.86 0 0.15 0.72
HSL 169.35º 0.76% 0.16% -
HSV(B) 169.35º 0.86% 0.28% -
XYZ 3.28 5.04 5.21 -
YUV 52.21 132.96 97.89 -
System Red Green Blue C M Y K H S L
Decimal 10 72 61 0.86 0 0.15 0.72 169.35 0.76 0.16
Hex A 48 3D 56 0 F 48 A9 4C 10
Octal 12 110 75 126 0 17 110 251 114 20
Binary 1010 1001000 111101 1010110 0 1111 1001000 10101001 1001100 10000

Color Harmonies of #0A483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A483D

Black with #0A483D

Text Example


Text Example

White with #0A483D

Text Example


Text Example

HTML Codes & Css Web 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>