#0F413A

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

Shades of Deep Teal #0F413A

Tints of Deep Teal #0F413A

Color information

#0F413A (or 0x0F413A) is unknown color: approx Deep Teal. HEX triplet: 0F, 41 and 3A. RGB value is (15,65,58). Sum of RGB (Red+Green+Blue) = 15+65+58=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #0F413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F413A is #F0BEC5. Grayscale: #313131. Windows color (decimal): -15777478 or 3817743. OLE color: 3817743.

HSL color Cylindrical-coordinate representation of color #0F413A: hue angle of 171.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F413A is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB156558-
CMYK0.7700.110.75
HSL171.6º62.5%15.69%-
HSV(B)171.6º76.92%25.49%-
XYZ2.854.194.66-
YUV49.25132.94103.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.87%
GREEN value IS 65 (25.78% from 255) = 47.10%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=10.87%
G=47.10%
B=42.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565580.7700.110.75171.662.515.69
HexF413A4D0B4Bac3e10
Octal17101721150131132547620
Binary1111100000111101010011010101110010111010110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,65,58); }

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

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

 a { background-color: rgb(15,65,58); }

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

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

 span { border-color: rgb(15,65,58); }

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