Html Css Color HEX #0F483C Deep Teal

📋 copy color: '#0F483C'

red 15 ◦ green 72 ◦ blue 60

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

Shades of Deep Teal #0F483C

Tints of Deep Teal #0F483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.98%

 BLUE value IS 60 (23.83% from 255) = 40.82%

R = 10.2%
G = 48.98%
B = 40.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#0F483C (or 0x0F483C) is known color: Deep Teal. HEX triplet: 0F, 48 and 3C. RGB value is (15,72,60). Sum of RGB (Red+Green+Blue) = 15+72+60=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #0F483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F483C is #F0B7C3. Grayscale: #353535. Windows color (decimal): -15775684 or 3950607. OLE color: 3950607.

HSL color Cylindrical-coordinate representation of color #0F483C: hue angle of 167.37º degrees, saturation: 0.66, 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 #0F483C is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 72 60 -
CMYK 0.79 0 0.17 0.72
HSL 167.37º 0.66% 0.17% -
HSV(B) 167.37º 0.79% 0.28% -
XYZ 3.33 5.06 5.08 -
YUV 53.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 15 72 60 0.79 0 0.17 0.72 167.37 0.66 0.17
Hex F 48 3C 4F 0 11 48 A7 42 11
Octal 17 110 74 117 0 21 110 247 102 21
Binary 1111 1001000 111100 1001111 0 10001 1001000 10100111 1000010 10001

Color Harmonies of #0F483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F483C

Black with #0F483C

Text Example


Text Example

White with #0F483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,72,60); }

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

background-color css

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

 a { background-color: rgb(15,72,60); }

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

border-color css

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

 span { border-color: rgb(15,72,60); }

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