Html Css Color HEX #0F473E Deep Teal

📋 copy color: '#0F473E'

red 15 ◦ green 71 ◦ blue 62

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

Shades of Deep Teal #0F473E

Tints of Deep Teal #0F473E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.97%

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

R = 10.14%
G = 47.97%
B = 41.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#0F473E (or 0x0F473E) is known color: Deep Teal. HEX triplet: 0F, 47 and 3E. RGB value is (15,71,62). Sum of RGB (Red+Green+Blue) = 15+71+62=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #0F473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F473E is #F0B8C1. Grayscale: #353535. Windows color (decimal): -15775938 or 4081423. OLE color: 4081423.

HSL color Cylindrical-coordinate representation of color #0F473E: hue angle of 170.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F473E is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 71 62 -
CMYK 0.79 0 0.13 0.72
HSL 170.36º 0.65% 0.17% -
HSV(B) 170.36º 0.79% 0.28% -
XYZ 3.32 4.96 5.34 -
YUV 53.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 15 71 62 0.79 0 0.13 0.72 170.36 0.65 0.17
Hex F 47 3E 4F 0 D 48 AA 41 11
Octal 17 107 76 117 0 15 110 252 101 21
Binary 1111 1000111 111110 1001111 0 1101 1001000 10101010 1000001 10001

Color Harmonies of #0F473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F473E

Black with #0F473E

Text Example


Text Example

White with #0F473E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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