Html Css Color HEX #0A533F Deep Teal

📋 copy color: '#0A533F'

red 10 ◦ green 83 ◦ blue 63

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

Shades of Deep Teal #0A533F

Tints of Deep Teal #0A533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.21%

 BLUE value IS 63 (25% from 255) = 40.38%

R = 6.41%
G = 53.21%
B = 40.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#0A533F (or 0x0A533F) is known color: Deep Teal. HEX triplet: 0A, 53 and 3F. RGB value is (10,83,63). Sum of RGB (Red+Green+Blue) = 10+83+63=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #0A533F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A533F is #F5ACC0. Grayscale: #3A3A3A. Windows color (decimal): -16100545 or 4150026. OLE color: 4150026.

HSL color Cylindrical-coordinate representation of color #0A533F: hue angle of 163.56º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A533F is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 83 63 -
CMYK 0.88 0 0.24 0.67
HSL 163.56º 0.78% 0.18% -
HSV(B) 163.56º 0.88% 0.33% -
XYZ 4.12 6.61 5.76 -
YUV 58.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 10 83 63 0.88 0 0.24 0.67 163.56 0.78 0.18
Hex A 53 3F 58 0 18 43 A4 4E 12
Octal 12 123 77 130 0 30 103 244 116 22
Binary 1010 1010011 111111 1011000 0 11000 1000011 10100100 1001110 10010

Color Harmonies of #0A533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A533F

Black with #0A533F

Text Example


Text Example

White with #0A533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,83,63); }

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

background-color css

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

 a { background-color: rgb(10,83,63); }

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

border-color css

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

 span { border-color: rgb(10,83,63); }

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