Html Css Color HEX #0A3B30 Deep Teal

📋 copy color: '#0A3B30'

red 10 ◦ green 59 ◦ blue 48

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

Shades of Deep Teal #0A3B30

Tints of Deep Teal #0A3B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 50.43%

 BLUE value IS 48 (19.14% from 255) = 41.03%

R = 8.55%
G = 50.43%
B = 41.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#0A3B30 (or 0x0A3B30) is known color: Deep Teal. HEX triplet: 0A, 3B and 30. RGB value is (10,59,48). Sum of RGB (Red+Green+Blue) = 10+59+48=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 59 (23.44% from 255 or 50.43% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 59 - color contains mainly: green. Hex color #0A3B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3B30 is #F5C4CF. Grayscale: #2B2B2B. Windows color (decimal): -16106704 or 3160842. OLE color: 3160842.

HSL color Cylindrical-coordinate representation of color #0A3B30: hue angle of 166.53º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A3B30 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 10 59 48 -
CMYK 0.83 0 0.19 0.77
HSL 166.53º 0.71% 0.14% -
HSV(B) 166.53º 0.83% 0.23% -
XYZ 2.22 3.41 3.34 -
YUV 43.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 10 59 48 0.83 0 0.19 0.77 166.53 0.71 0.14
Hex A 3B 30 53 0 13 4D A7 47 E
Octal 12 73 60 123 0 23 115 247 107 16
Binary 1010 111011 110000 1010011 0 10011 1001101 10100111 1000111 1110

Color Harmonies of #0A3B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3B30

Black with #0A3B30

Text Example


Text Example

White with #0A3B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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