Html Css Color HEX #0F5341 Deep Teal

📋 copy color: '#0F5341'

red 15 ◦ green 83 ◦ blue 65

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

Shades of Deep Teal #0F5341

Tints of Deep Teal #0F5341

RGB

 RED value IS 15 (6.25% from 255) = 9.2%

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

 BLUE value IS 65 (25.78% from 255) = 39.88%

R = 9.2%
G = 50.92%
B = 39.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#0F5341 (or 0x0F5341) is known color: Deep Teal. HEX triplet: 0F, 53 and 41. RGB value is (15,83,65). Sum of RGB (Red+Green+Blue) = 15+83+65=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5341 is #F0ACBE. Grayscale: #3C3C3C. Windows color (decimal): -15772863 or 4281103. OLE color: 4281103.

HSL color Cylindrical-coordinate representation of color #0F5341: hue angle of 164.12º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5341 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 83 65 -
CMYK 0.82 0 0.22 0.67
HSL 164.12º 0.69% 0.19% -
HSV(B) 164.12º 0.82% 0.33% -
XYZ 4.24 6.67 6.06 -
YUV 60.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 15 83 65 0.82 0 0.22 0.67 164.12 0.69 0.19
Hex F 53 41 52 0 16 43 A4 45 13
Octal 17 123 101 122 0 26 103 244 105 23
Binary 1111 1010011 1000001 1010010 0 10110 1000011 10100100 1000101 10011

Color Harmonies of #0F5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5341

Black with #0F5341

Text Example


Text Example

White with #0F5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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