Html Css Color HEX #0F5340 Deep Teal

📋 copy color: '#0F5340'

red 15 ◦ green 83 ◦ blue 64

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

Shades of Deep Teal #0F5340

Tints of Deep Teal #0F5340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.51%

R = 9.26%
G = 51.23%
B = 39.51%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#0F5340 (or 0x0F5340) is known color: Deep Teal. HEX triplet: 0F, 53 and 40. RGB value is (15,83,64). Sum of RGB (Red+Green+Blue) = 15+83+64=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5340 is #F0ACBF. Grayscale: #3C3C3C. Windows color (decimal): -15772864 or 4215567. OLE color: 4215567.

HSL color Cylindrical-coordinate representation of color #0F5340: hue angle of 163.24º 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 #0F5340 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 83 64 -
CMYK 0.82 0 0.23 0.67
HSL 163.24º 0.69% 0.19% -
HSV(B) 163.24º 0.82% 0.33% -
XYZ 4.22 6.66 5.91 -
YUV 60.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 15 83 64 0.82 0 0.23 0.67 163.24 0.69 0.19
Hex F 53 40 52 0 17 43 A3 45 13
Octal 17 123 100 122 0 27 103 243 105 23
Binary 1111 1010011 1000000 1010010 0 10111 1000011 10100011 1000101 10011

Color Harmonies of #0F5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5340

Black with #0F5340

Text Example


Text Example

White with #0F5340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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