Html Css Color HEX #0F513E Deep Teal

📋 copy color: '#0F513E'

red 15 ◦ green 81 ◦ blue 62

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

Shades of Deep Teal #0F513E

Tints of Deep Teal #0F513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.27%

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 9.49%
G = 51.27%
B = 39.24%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#0F513E (or 0x0F513E) is known color: Deep Teal. HEX triplet: 0F, 51 and 3E. RGB value is (15,81,62). Sum of RGB (Red+Green+Blue) = 15+81+62=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #0F513E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F513E is #F0AEC1. Grayscale: #3B3B3B. Windows color (decimal): -15773378 or 4083983. OLE color: 4083983.

HSL color Cylindrical-coordinate representation of color #0F513E: hue angle of 162.73º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F513E is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 15 81 62 -
CMYK 0.81 0 0.23 0.68
HSL 162.73º 0.69% 0.19% -
HSV(B) 162.73º 0.81% 0.32% -
XYZ 4.01 6.33 5.57 -
YUV 59.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 15 81 62 0.81 0 0.23 0.68 162.73 0.69 0.19
Hex F 51 3E 51 0 17 44 A3 45 13
Octal 17 121 76 121 0 27 104 243 105 23
Binary 1111 1010001 111110 1010001 0 10111 1000100 10100011 1000101 10011

Color Harmonies of #0F513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F513E

Black with #0F513E

Text Example


Text Example

White with #0F513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,81,62); }

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

background-color css

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

 a { background-color: rgb(15,81,62); }

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

border-color css

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

 span { border-color: rgb(15,81,62); }

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