Html Css Color HEX #0F3630 Deep Teal

📋 copy color: '#0F3630'

red 15 ◦ green 54 ◦ blue 48

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

Shades of Deep Teal #0F3630

Tints of Deep Teal #0F3630

RGB

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

 GREEN value IS 54 (21.48% from 255) = 46.15%

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

R = 12.82%
G = 46.15%
B = 41.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#0F3630 (or 0x0F3630) is known color: Deep Teal. HEX triplet: 0F, 36 and 30. RGB value is (15,54,48). Sum of RGB (Red+Green+Blue) = 15+54+48=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #0F3630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3630 is #F0C9CF. Grayscale: #292929. Windows color (decimal): -15780304 or 3159567. OLE color: 3159567.

HSL color Cylindrical-coordinate representation of color #0F3630: hue angle of 170.77º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F3630 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 15 54 48 -
CMYK 0.72 0 0.11 0.79
HSL 170.77º 0.57% 0.14% -
HSV(B) 170.77º 0.72% 0.21% -
XYZ 2.05 2.95 3.26 -
YUV 41.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 15 54 48 0.72 0 0.11 0.79 170.77 0.57 0.14
Hex F 36 30 48 0 B 4F AB 39 E
Octal 17 66 60 110 0 13 117 253 71 16
Binary 1111 110110 110000 1001000 0 1011 1001111 10101011 111001 1110

Color Harmonies of #0F3630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3630

Black with #0F3630

Text Example


Text Example

White with #0F3630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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