Html Css Color HEX #0A4238 Deep Teal

📋 copy color: '#0A4238'

red 10 ◦ green 66 ◦ blue 56

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

Shades of Deep Teal #0A4238

Tints of Deep Teal #0A4238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50%

 BLUE value IS 56 (22.27% from 255) = 42.42%

R = 7.58%
G = 50%
B = 42.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#0A4238 (or 0x0A4238) is known color: Deep Teal. HEX triplet: 0A, 42 and 38. RGB value is (10,66,56). Sum of RGB (Red+Green+Blue) = 10+66+56=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #0A4238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4238 is #F5BDC7. Grayscale: #303030. Windows color (decimal): -16104904 or 3686922. OLE color: 3686922.

HSL color Cylindrical-coordinate representation of color #0A4238: hue angle of 169.29º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4238 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 10 66 56 -
CMYK 0.85 0 0.15 0.74
HSL 169.29º 0.74% 0.15% -
HSV(B) 169.29º 0.85% 0.26% -
XYZ 2.79 4.25 4.41 -
YUV 48.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 10 66 56 0.85 0 0.15 0.74 169.29 0.74 0.15
Hex A 42 38 55 0 F 4A A9 4A F
Octal 12 102 70 125 0 17 112 251 112 17
Binary 1010 1000010 111000 1010101 0 1111 1001010 10101001 1001010 1111

Color Harmonies of #0A4238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4238

Black with #0A4238

Text Example


Text Example

White with #0A4238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,66,56); }

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

background-color css

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

 a { background-color: rgb(10,66,56); }

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

border-color css

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

 span { border-color: rgb(10,66,56); }

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