Html Css Color HEX #0F3A30 Deep Teal

📋 copy color: '#0F3A30'

red 15 ◦ green 58 ◦ blue 48

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

Shades of Deep Teal #0F3A30

Tints of Deep Teal #0F3A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 47.93%

 BLUE value IS 48 (19.14% from 255) = 39.67%

R = 12.4%
G = 47.93%
B = 39.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#0F3A30 (or 0x0F3A30) is known color: Deep Teal. HEX triplet: 0F, 3A and 30. RGB value is (15,58,48). Sum of RGB (Red+Green+Blue) = 15+58+48=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3A30 is #F0C5CF. Grayscale: #2C2C2C. Windows color (decimal): -15779280 or 3160591. OLE color: 3160591.

HSL color Cylindrical-coordinate representation of color #0F3A30: hue angle of 166.05º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F3A30 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB 15 58 48 -
CMYK 0.74 0 0.17 0.77
HSL 166.05º 0.59% 0.14% -
HSV(B) 166.05º 0.74% 0.23% -
XYZ 2.24 3.34 3.32 -
YUV 44 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 15 58 48 0.74 0 0.17 0.77 166.05 0.59 0.14
Hex F 3A 30 4A 0 11 4D A6 3B E
Octal 17 72 60 112 0 21 115 246 73 16
Binary 1111 111010 110000 1001010 0 10001 1001101 10100110 111011 1110

Color Harmonies of #0F3A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3A30

Black with #0F3A30

Text Example


Text Example

White with #0F3A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,58,48); }

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

background-color css

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

 a { background-color: rgb(15,58,48); }

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

border-color css

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

 span { border-color: rgb(15,58,48); }

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