Html Css Color HEX #0F3835 Deep Teal

📋 copy color: '#0F3835'

red 15 ◦ green 56 ◦ blue 53

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

Shades of Deep Teal #0F3835

Tints of Deep Teal #0F3835

RGB

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

 GREEN value IS 56 (22.27% from 255) = 45.16%

 BLUE value IS 53 (21.09% from 255) = 42.74%

R = 12.1%
G = 45.16%
B = 42.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#0F3835 (or 0x0F3835) is known color: Deep Teal. HEX triplet: 0F, 38 and 35. RGB value is (15,56,53). Sum of RGB (Red+Green+Blue) = 15+56+53=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #0F3835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3835 is #F0C7CA. Grayscale: #2B2B2B. Windows color (decimal): -15779787 or 3487759. OLE color: 3487759.

HSL color Cylindrical-coordinate representation of color #0F3835: hue angle of 175.61º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F3835 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 56 53 -
CMYK 0.73 0 0.05 0.78
HSL 175.61º 0.58% 0.14% -
HSV(B) 175.61º 0.73% 0.22% -
XYZ 2.25 3.19 3.86 -
YUV 43.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 15 56 53 0.73 0 0.05 0.78 175.61 0.58 0.14
Hex F 38 35 49 0 5 4E B0 3A E
Octal 17 70 65 111 0 5 116 260 72 16
Binary 1111 111000 110101 1001001 0 101 1001110 10110000 111010 1110

Color Harmonies of #0F3835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3835

Black with #0F3835

Text Example


Text Example

White with #0F3835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,56,53); }

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

background-color css

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

 a { background-color: rgb(15,56,53); }

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

border-color css

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

 span { border-color: rgb(15,56,53); }

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