#0C4238

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

Shades of Deep Teal #0C4238

Tints of Deep Teal #0C4238

Color information

#0C4238 (or 0x0C4238) is unknown color: approx Deep Teal. HEX triplet: 0C, 42 and 38. RGB value is (12,66,56). Sum of RGB (Red+Green+Blue) = 12+66+56=134 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.96% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #0C4238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4238 is #F3BDC7. Grayscale: #303030. Windows color (decimal): -15973832 or 3686924. OLE color: 3686924.

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

Color convert

RGB126656-
CMYK0.8200.150.74
HSL168.89º69.23%15.29%-
HSV(B)168.89º81.82%25.88%-
XYZ2.814.264.42-
YUV48.71132.11101.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.96%
GREEN value IS 66 (26.17% from 255) = 49.25%
BLUE value IS 56 (22.27% from 255) = 41.79%
R=8.96%
G=49.25%
B=41.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1266560.8200.150.74168.8969.2315.29
HexC4238520F4Aa945f
Octal141027012201711225110517
Binary1100100001011100010100100111110010101010100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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